diff options
| author | 2023-08-18 23:13:47 -0400 | |
|---|---|---|
| committer | 2023-09-01 18:04:26 -0400 | |
| commit | 19bc659baa6bba03f27f76cd91372870f5bb57d5 (patch) | |
| tree | 2efb490658fa4f033bcf400abf9167a93519a32a /java/tests/Android.bp | |
| parent | bd2bbb2264c2d6dc3a22c7fc7c04b2f88a5308ff (diff) | |
Set IntentResolverUnitTests' targetSdk to "current"
It was previously fixed at "30" which was hiding a lot of API
lint. While fixing and reviewing that code I also found and
corrected anumber of timeout checks with no assertions
or no timeout duration (causing false positives or hangs).
Bug: 297527444
Bug: 297549732
Test: atest IntentResolverUnitTests
Change-Id: I65eda95ea3dc84b7b4b5c497b195474f094e048d
Diffstat (limited to 'java/tests/Android.bp')
| -rw-r--r-- | java/tests/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/tests/Android.bp b/java/tests/Android.bp index 90c7fb7a..29ecd95d 100644 --- a/java/tests/Android.bp +++ b/java/tests/Android.bp @@ -35,6 +35,8 @@ android_test { "testables", "truth-prebuilt", ], + min_sdk_version: "current", + target_sdk_version: "current", plugins: ["dagger2-compiler"], test_suites: ["general-tests"], sdk_version: "core_platform", |