summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/hostsidetests/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:41:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:41:00 +0000
commit725bf3e2372b8ab29e521e864d28770fdf2c0443 (patch)
treed094f43841ac9dc9c54fd96ffd940b6f71f8ba39 /sdksandbox/tests/hostsidetests/Android.bp
parent190c25efdbd5a5bdbb41a2818cf39a05d0ea9be0 (diff)
parent7b99dc653ed133fef81d0423fee87d45299097e2 (diff)
downloadAdServices-725bf3e2372b8ab29e521e864d28770fdf2c0443.tar.gz
Snap for 9254005 from 7b99dc653ed133fef81d0423fee87d45299097e2 to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000android13-mainline-ipsec-release
Change-Id: Id77860bb313cd5104abdea4a778d197a1db28861
Diffstat (limited to 'sdksandbox/tests/hostsidetests/Android.bp')
-rw-r--r--sdksandbox/tests/hostsidetests/Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/sdksandbox/tests/hostsidetests/Android.bp b/sdksandbox/tests/hostsidetests/Android.bp
index 3f8a0a91d2..e66726f8e0 100644
--- a/sdksandbox/tests/hostsidetests/Android.bp
+++ b/sdksandbox/tests/hostsidetests/Android.bp
@@ -70,6 +70,8 @@ android_test_helper_app {
"androidx.test.ext.junit",
"SdkSandboxTestUtils",
],
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -87,6 +89,8 @@ android_test_helper_app {
"androidx.core_core",
"SdkSandboxTestUtils",
],
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -104,6 +108,8 @@ android_test_helper_app {
"androidx.core_core",
"SdkSandboxTestUtils",
],
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -122,6 +128,8 @@ android_test_helper_app {
"SdkSandboxTestUtils",
],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -142,6 +150,8 @@ android_test_helper_app {
"SdkSandboxTestUtils",
],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -154,6 +164,8 @@ android_test_helper_app {
":framework-sdksandbox-sources",
],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -166,4 +178,6 @@ android_test_helper_app {
":framework-sdksandbox-sources",
],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}