Merge "Bump CtsNetTestCasesLatestSdk to target SDK 30." into rvc-dev am: d69d28f755 am: 6c56cf06e3 am: 3d5228c19d am: eff4bb36ab

Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/11850382

Change-Id: I2c78a6eb6b2511f026af622f64b7c7c5246291ba
This commit is contained in:
TreeHugger Robot
2020-06-15 12:16:33 +00:00
committed by Automerger Merge Worker

View File

@@ -72,15 +72,15 @@ android_test {
test_config_template: "AndroidTestTemplate.xml",
}
// Networking CTS tests that have a min_sdk_version of the latest released SDK. These tests can
// be installed on release devices at any point in the release cycle and are useful for qualifying
// mainline modules on release devices.
// Networking CTS tests that target the latest released SDK. These tests can be installed on release
// devices at any point in the Android release cycle and are useful for qualifying mainline modules
// on release devices.
android_test {
name: "CtsNetTestCasesLatestSdk",
defaults: ["CtsNetTestCasesDefaults"],
jni_uses_sdk_apis: true,
min_sdk_version: "29",
target_sdk_version: "29",
target_sdk_version: "30",
test_suites: [
"device-tests",
"mts",