1# 2# Copyright (C) 2014 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15 16# Automatically generated file from build_libs.sh. 17# DO NOT MODIFY THIS FILE. 18LOCAL_PATH := $(call my-dir) 19 20include $(CLEAR_VARS) 21 22LOCAL_PACKAGE_NAME := CtsSplitApp_mips 23LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 24LOCAL_LICENSE_CONDITIONS := notice 25LOCAL_SDK_VERSION := current 26 27LOCAL_JAVA_RESOURCE_DIRS := raw 28 29# tag this module as a cts test artifact 30LOCAL_COMPATIBILITY_SUITE := cts general-tests 31 32LOCAL_CERTIFICATE := cts/hostsidetests/appsecurity/certs/cts-testkey1 33LOCAL_AAPT_FLAGS := --version-code 100 --replace-version 34 35include $(BUILD_CTS_SUPPORT_PACKAGE) 36 37include $(CLEAR_VARS) 38 39LOCAL_PACKAGE_NAME := CtsSplitApp_revision12_mips 40LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 41LOCAL_LICENSE_CONDITIONS := notice 42LOCAL_SDK_VERSION := current 43 44LOCAL_JAVA_RESOURCE_DIRS := raw_revision 45 46# tag this module as a cts test artifact 47LOCAL_COMPATIBILITY_SUITE := cts general-tests 48 49LOCAL_CERTIFICATE := cts/hostsidetests/appsecurity/certs/cts-testkey1 50LOCAL_AAPT_FLAGS := --version-code 100 --replace-version --revision-code 12 51 52include $(BUILD_CTS_SUPPORT_PACKAGE) 53