blob: 8a6e06b903b7d72e95f45ee7f6acaf9989bdf355 [file] [log] [blame]
// Copyright (C) 2020 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
android_test_helper_app {
name: "CtsAppDataIsolationAppA",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppA/src/**/*.java", "AppA/aidl/**/*.aidl"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "ub-uiautomator", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppA/AndroidManifest.xml",
}
android_test_helper_app {
name: "CtsAppDataIsolationAppSharedA",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppA/src/**/*.java", "AppA/aidl/**/*.aidl"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "ub-uiautomator", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppA/AndroidManifest_shared.xml",
}
android_test_helper_app {
name: "CtsAppDataIsolationAppDirectBootA",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppA/src/**/*.java", "AppA/aidl/**/*.aidl"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "ub-uiautomator", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppA/AndroidManifest_directboot.xml",
}
android_test_helper_app {
name: "CtsAppDataIsolationAppApi29A",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppA/src/**/*.java", "AppA/aidl/**/*.aidl"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "ub-uiautomator", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppA/AndroidManifest_api29.xml",
}
android_test_helper_app {
name: "CtsAppDataIsolationAppB",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppB/src/**/*.java"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "ub-uiautomator", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppB/AndroidManifest.xml",
}
android_test_helper_app {
name: "CtsAppDataIsolationAppSharedB",
defaults: ["cts_support_defaults"],
srcs: ["common/src/**/*.java", "AppB/src/**/*.java"],
sdk_version: "test_current",
static_libs: ["androidx.test.rules", "truth-prebuilt", "testng", "compatibility-device-util-axt"],
libs: ["android.test.base"],
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
certificate: ":cts-testkey1",
dex_preopt: {
enabled: false,
},
manifest: "AppB/AndroidManifest_shared.xml",
}