summaryrefslogtreecommitdiff
path: root/tests/Input/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Input/Android.bp')
-rw-r--r--tests/Input/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Input/Android.bp b/tests/Input/Android.bp
index 06c2651b604d..cf42a349b3a2 100644
--- a/tests/Input/Android.bp
+++ b/tests/Input/Android.bp
@@ -51,8 +51,8 @@ android_test {
"ui-trace-collector",
],
libs: [
- "android.test.mock",
- "android.test.base",
+ "android.test.mock.stubs.system",
+ "android.test.base.stubs.system",
],
test_suites: ["device-tests"],
}