diff options
author | 2024-08-30 00:29:12 +0000 | |
---|---|---|
committer | 2024-09-11 00:02:58 +0000 | |
commit | e07d73c37487f77c1b806aae852d37409aa5b1de (patch) | |
tree | 1b88b5a810aecd2019de0d4315b3e3cfd353389f /tests/AttestationVerificationTest | |
parent | 92232a807f20d6532f0c0e9e3717fd34b3edb69b (diff) |
Make java_sdk_library dependencies explicit
modules should specify the submodule of java_sdk_library that the module
actually depends on
Test: CI
Ignore-AOSP-First: resolving merge conflicts
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
Diffstat (limited to 'tests/AttestationVerificationTest')
-rw-r--r-- | tests/AttestationVerificationTest/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AttestationVerificationTest/Android.bp b/tests/AttestationVerificationTest/Android.bp index b98f8cb0c21d..5f0908959ed5 100644 --- a/tests/AttestationVerificationTest/Android.bp +++ b/tests/AttestationVerificationTest/Android.bp @@ -32,8 +32,8 @@ android_test { }, test_suites: ["device-tests"], libs: [ - "android.test.runner", - "android.test.base", + "android.test.runner.stubs.system", + "android.test.base.stubs.system", ], static_libs: [ "compatibility-device-util-axt", |