• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
18
19package {
20    // See: http://go/android-license-faq
21    default_applicable_licenses: ["Android-Apache-2.0"],
22}
23
24android_test_helper_app {
25    name: "CtsSplitApp_armeabi",
26    defaults: ["cts_support_defaults"],
27    sdk_version: "current",
28    java_resource_dirs: ["raw"],
29    // tag this module as a cts test artifact
30    test_suites: [
31        "cts",
32        "general-tests",
33    ],
34    certificate: ":cts-testkey1",
35    aaptflags: [
36        "--version-code 100",
37        "--replace-version",
38    ],
39}
40
41android_test_helper_app {
42    name: "CtsSplitApp_revision12_armeabi",
43    defaults: ["cts_support_defaults"],
44    sdk_version: "current",
45    java_resource_dirs: ["raw_revision"],
46    // tag this module as a cts test artifact
47    test_suites: [
48        "cts",
49        "general-tests",
50    ],
51    certificate: ":cts-testkey1",
52    aaptflags: [
53        "--version-code 100",
54        "--replace-version",
55        "--revision-code 12",
56    ],
57}
58