| commit | 1e37ed3b647a646557138cd886c0d9c867ce9bde | [log] [tgz] |
|---|---|---|
| author | Jihoon Kang <jihoonkang@google.com> | Fri Aug 30 00:29:12 2024 +0000 |
| committer | Jihoon Kang <jihoonkang@google.com> | Wed Sep 11 00:15:14 2024 +0000 |
| tree | 791ce6a66cbd6728520db697dbdb3bde1f708326 | |
| parent | daa8f946b7a1e90dc3b1776536379eee760d3e85 [diff] [blame] |
Make java_sdk_library dependencies explicit modules should specify the submodule of java_sdk_library that the module actually depends on Test: CI Flag: EXEMPT build dependency cleanup Bug: 358613520 Merged-In: I80af0b9efa88c668306f0ff1d51491a8180dc57f Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
diff --git a/tests/InputMethodStressTest/Android.bp b/tests/InputMethodStressTest/Android.bp index 5ed8d8d..2697d32 100644 --- a/tests/InputMethodStressTest/Android.bp +++ b/tests/InputMethodStressTest/Android.bp
@@ -20,7 +20,7 @@ android_test { name: "InputMethodStressTest", srcs: ["src/**/*.java"], - libs: ["android.test.runner"], + libs: ["android.test.runner.stubs"], static_libs: [ "androidx.test.ext.junit", "androidx.test.uiautomator_uiautomator",