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 17// Automatically generated file from build_libs.sh. 18// DO NOT MODIFY THIS FILE 19 20package { 21 default_team: "trendy_team_framework_android_packages", 22 // See: http://go/android-license-faq 23 default_applicable_licenses: ["Android-Apache-2.0"], 24} 25 26android_test_helper_app { 27 name: "CtsSplitApp_arm64-v8a", 28 defaults: ["cts_support_defaults"], 29 sdk_version: "current", 30 java_resource_dirs: ["raw"], 31 // tag this module as a cts test artifact 32 test_suites: [ 33 "cts", 34 "general-tests", 35 ], 36 certificate: ":cts-testkey1", 37 aaptflags: [ 38 "--version-code 100", 39 "--replace-version", 40 ], 41} 42 43android_test_helper_app { 44 name: "CtsSplitApp_revision12_arm64-v8a", 45 defaults: ["cts_support_defaults"], 46 sdk_version: "current", 47 java_resource_dirs: ["raw_revision"], 48 // tag this module as a cts test artifact 49 test_suites: [ 50 "cts", 51 "general-tests", 52 ], 53 certificate: ":cts-testkey1", 54 aaptflags: [ 55 "--version-code 100", 56 "--replace-version", 57 "--revision-code 12", 58 ], 59} 60