You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
688 B

//##########################################################
// Package w/ tests
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test_helper_app {
name: "CtsPrivilegedUpdateTests",
defaults: ["cts_support_defaults"],
sdk_version: "test_current",
static_libs: [
"androidx.test.rules",
"compatibility-device-util-axt",
"ctstestrunner-axt",
],
libs: ["android.test.base"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
optimize: {
enabled: false,
},
dex_preopt: {
enabled: false,
},
srcs: ["src/**/*.java"],
}