Merge "Bump CtsNetTestCasesLatestSdk to target SDK 30." into rvc-dev am: d69d28f755
Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/11850382 Change-Id: Ifcf2a6cc2ad2a5573a92aa936d17cb6518b61277
This commit is contained in:
@@ -72,15 +72,15 @@ android_test {
|
|||||||
test_config_template: "AndroidTestTemplate.xml",
|
test_config_template: "AndroidTestTemplate.xml",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Networking CTS tests that have a min_sdk_version of the latest released SDK. These tests can
|
// Networking CTS tests that target the latest released SDK. These tests can be installed on release
|
||||||
// be installed on release devices at any point in the release cycle and are useful for qualifying
|
// devices at any point in the Android release cycle and are useful for qualifying mainline modules
|
||||||
// mainline modules on release devices.
|
// on release devices.
|
||||||
android_test {
|
android_test {
|
||||||
name: "CtsNetTestCasesLatestSdk",
|
name: "CtsNetTestCasesLatestSdk",
|
||||||
defaults: ["CtsNetTestCasesDefaults"],
|
defaults: ["CtsNetTestCasesDefaults"],
|
||||||
jni_uses_sdk_apis: true,
|
jni_uses_sdk_apis: true,
|
||||||
min_sdk_version: "29",
|
min_sdk_version: "29",
|
||||||
target_sdk_version: "29",
|
target_sdk_version: "30",
|
||||||
test_suites: [
|
test_suites: [
|
||||||
"device-tests",
|
"device-tests",
|
||||||
"mts",
|
"mts",
|
||||||
|
|||||||
Reference in New Issue
Block a user