summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp')
-rw-r--r--sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp b/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp
index 542200ecd2..28c7f0af57 100644
--- a/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp
+++ b/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/Android.bp
@@ -49,6 +49,8 @@ java_defaults {
],
test_suites: ["general-tests"],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}
android_test_helper_app {
@@ -67,4 +69,6 @@ android_test_helper_app {
":framework-sdksandbox-sources",
],
platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}