summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp')
-rw-r--r--sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp b/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
index ec948a6f9..073c7deef 100644
--- a/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
+++ b/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
@@ -23,5 +23,6 @@ android_test_helper_app {
srcs: [
"src/**/*.java",
],
- platform_apis: true,
+ min_sdk_version: "33",
+ target_sdk_version: "33",
}