Snap for 4507345 from 8a45a970ab
to pi-release
Change-Id: Icdff1f5338ec8bafa5d4c250579427064393d96e
This commit is contained in:
commit
6b06232d85
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||||
android-support-test \
|
android-support-test \
|
||||||
mockito-target-minus-junit4
|
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.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
|
Loading…
Reference in a new issue