diff options
| author | 2024-08-30 00:29:12 +0000 | |
|---|---|---|
| committer | 2024-09-11 00:02:58 +0000 | |
| commit | e07d73c37487f77c1b806aae852d37409aa5b1de (patch) | |
| tree | 1b88b5a810aecd2019de0d4315b3e3cfd353389f /tests/SharedLibraryLoadingTest/test-apps | |
| 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/SharedLibraryLoadingTest/test-apps')
| -rw-r--r-- | tests/SharedLibraryLoadingTest/test-apps/SharedLibraryClientTests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SharedLibraryLoadingTest/test-apps/SharedLibraryClientTests/Android.bp b/tests/SharedLibraryLoadingTest/test-apps/SharedLibraryClientTests/Android.bp index 0d204979cb92..c0ac50c962f2 100644 --- a/tests/SharedLibraryLoadingTest/test-apps/SharedLibraryClientTests/Android.bp +++ b/tests/SharedLibraryLoadingTest/test-apps/SharedLibraryClientTests/Android.bp @@ -23,7 +23,7 @@ android_test_helper_app { libs: [ "SharedLibraryLoadingTests_StandardSharedLibrary", "SharedLibraryLoadingTests_SharedLibraryLoadedAfter", - "android.test.base", + "android.test.base.stubs.system", ], static_libs: [ "androidx.test.ext.junit", |