summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 19:01:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 19:01:49 +0000
commit523db36494402b36154937a81ab122b33c3e6228 (patch)
tree004f2ef67e615de18b08592d07bf97cfb8e92006
parent13c9f4b95ce6d1100046c519922a5a1eed01c627 (diff)
parenta47e8c47feca17d73c467050bc53a16ceb29d26d (diff)
downloadScheduling-aml_tz5_341510010.tar.gz
Snap for 11296156 from a47e8c47feca17d73c467050bc53a16ceb29d26d to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I6f7c7972c9cf203df6de595a7932139e53744eca
-rw-r--r--tests/Android.bp15
1 files changed, 12 insertions, 3 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 13d143a..76f0469 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -20,8 +20,17 @@ android_test {
name: "CtsRebootReadinessTestCases",
manifest: "AndroidManifest.xml",
srcs: ["src/**/*.java"],
- static_libs: ["androidx.test.rules", "truth-prebuilt", "androidx.test.core"],
- test_suites: ["general-tests", "cts", "mts-scheduling"],
+ static_libs: [
+ "androidx.test.rules",
+ "truth",
+ "androidx.test.core",
+ ],
+ test_suites: [
+ "general-tests",
+ "cts",
+ "mts-scheduling",
+ "mcts-scheduling",
+ ],
target_sdk_version: "31",
min_sdk_version: "31",
-}
+} \ No newline at end of file