commit | 53d6fc0903a347c3ec000b5cf71f2cd4f783e661 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <[email protected]> | Fri Aug 30 00:29:05 2024 +0000 |
committer | Jihoon Kang <[email protected]> | Fri Aug 30 00:29:05 2024 +0000 |
tree | f155396feb0d53a53db591297ed9883f120fae58 | |
parent | 068afa52e64ff6eea998294ab034428d5343ba99 [diff] |
Make java_sdk_library dependencies explicit modules should specify the submodule of java_sdk_library that the module actually depends on Test: CI Bug: 358613520 Change-Id: I2059de77f4bb5b6fb05afaaff75ec6c1acdc6975
diff --git a/Android.bp b/Android.bp index 7223c96..96b16e2 100644 --- a/Android.bp +++ b/Android.bp
@@ -53,7 +53,7 @@ "owasp-java-encoder", ], libs: [ - "android.test.base", + "android.test.base.stubs.test", ], min_sdk_version: "33", sdk_version: "test_current",