blob: 1ddb3ce0d2d5f465c1f3dae862d1b5fde5914344 [file] [log] [blame]
// Copyright (C) 2017 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.
package {
default_team: "trendy_team_framework_android_packages",
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test_helper_app {
name: "CtsContentEmptyTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
// tag this module as a cts test artifact
test_suites: [
"mts",
"cts",
"general-tests",
],
min_sdk_version: "29",
}
android_test_helper_app {
name: "CtsContentLongPackageNameTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestLongPackageName.xml",
// tag this module as a cts test artifact
test_suites: [
"mts",
"cts",
"general-tests",
],
aaptflags: ["--warn-manifest-validation"],
}
android_test_helper_app {
name: "CtsContentLongSharedUserIdTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestLongSharedUserId.xml",
// tag this module as a cts test artifact
test_suites: [
"mts",
"cts",
"general-tests",
],
aaptflags: ["--warn-manifest-validation"],
}
android_test_helper_app {
name: "CtsContentMaxPackageNameTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestMaxPackageName.xml",
// tag this module as a cts test artifact
test_suites: [
"mts",
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsContentMaxSharedUserIdTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestMaxSharedUserId.xml",
// tag this module as a cts test artifact
test_suites: [
"mts",
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsContentLongLabelNameTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestLongLabelName.xml",
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
min_sdk_version: "29",
}
android_test_helper_app {
name: "CtsContentNoApplicationTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestEmpty.xml",
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
// using 22 (< 23) to avoid soong adds application tag with attr extract-native-libs
min_sdk_version: "22",
// using 29 (< 30) to allow install an app without application tag
target_sdk_version: "29",
}
android_test_helper_app {
name: "CtsContentLongUsesPermissionNameTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestLongUsesPermissionName.xml",
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsContentShellTestApp",
defaults: ["cts_defaults"],
sdk_version: "current",
manifest: "AndroidManifestShell.xml",
certificate: "platform",
// tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}