aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-17 08:27:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-17 08:27:13 +0000
commit6b06232d85fd40ff7e425d89a6e05e26493bf293 (patch)
treeced0907e15c67c1fbac7ef57b8776b6ccaf8d106
parent97af2749fda2633e55d9e8ad212579b7a2de2226 (diff)
parent8a45a970ab71edbc5ec1a94f870d1b9673a38eaa (diff)
downloadlatinime-6b06232d85fd40ff7e425d89a6e05e26493bf293.tar.gz
latinime-6b06232d85fd40ff7e425d89a6e05e26493bf293.tar.xz
latinime-6b06232d85fd40ff7e425d89a6e05e26493bf293.zip
Snap for 4507345 from 8a45a970ab71edbc5ec1a94f870d1b9673a38eaa to pi-release
Change-Id: Icdff1f5338ec8bafa5d4c250579427064393d96e
-rw-r--r--tests/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index be3f5aac7..7c0bb4f71 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -28,7 +28,11 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target-minus-junit4
-LOCAL_JAVA_LIBRARIES := android.test.mock.stubs android.test.runner.stubs
+LOCAL_JAVA_LIBRARIES := \
+ android.test.mock.stubs \
+ android.test.runner.stubs \
+ android.test.base.stubs \
+
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)