summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp
diff options
context:
space:
mode:
authorNeha Pattan <npattan@google.com>2022-09-30 21:05:26 +0000
committerNeha Pattan <npattan@google.com>2022-09-30 21:13:29 +0000
commit1a4d5e950d6ad58f8b25217c79fb9906facaf806 (patch)
treedda3c9e0e4178fd62e7bc1d814a3b080566bacc1 /sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp
parentc0a38f7c4c568d6582ef9f74c20ed327a651dcdf (diff)
downloadAdServices-1a4d5e950d6ad58f8b25217c79fb9906facaf806.tar.gz
Fix sdk mismatch for tests.
In git_master, current sdk is UDC, so it needs to be set explicitly to T. Test: atest Bug: 249216661 Change-Id: Ia625fed00818f2545c15cf170c035ef920f111d0
Diffstat (limited to 'sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp')
-rw-r--r--sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp b/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp
index b77416c2a7..7c5cfc3009 100644
--- a/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp
+++ b/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/Android.bp
@@ -56,7 +56,7 @@ java_defaults {
"StorageTestSdk1Api",
],
min_sdk_version: "Tiramisu",
- target_sdk_version: "current",
+ target_sdk_version: "Tiramisu",
test_suites: ["general-tests"],
platform_apis: true,
}