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: Ia2411bfd6cf06012f9adcfd6294188ff79be1421
This commit is contained in:
TreeHugger Robot
2020-06-15 11:25:10 +00:00
committed by Automerger Merge Worker

View File

@@ -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",