Mark core unit tests for Presubmit

Bug: 68716631
Bug: 68720368
Test: rerun test
Change-Id: Ia8cca6aede824928fc358b005172bbe2ed670c8f
This commit is contained in:
Fan Zhang
2017-10-31 14:02:06 -07:00
parent e261535192
commit 6438ee5466
4 changed files with 10 additions and 6 deletions

View File

@@ -10,13 +10,13 @@ LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
espresso-core \
legacy-android-test \
mockito-target-minus-junit4 \
truth-prebuilt \
ub-uiautomator \
espresso-contrib-nodep \
espresso-intents-nodep \
legacy-android-test \
mockito-target-minus-junit4 \
platform-test-annotations \
truth-prebuilt \
ub-uiautomator
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)