summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-01-05 10:55:42 -0800
committerHyunyoung Song <hyunyoungs@google.com>2017-01-05 10:55:42 -0800
commitb0d77fe35f0d2e84154f4e1c4426ed3845361998 (patch)
tree0884a0afa3f99f5afa21e5af683e718198bf88ad /tests/Android.mk
parenta39a98dac95e9fd3e5b1b40673ec2ac8f52dfdaf (diff)
downloadandroid_packages_apps_Trebuchet-b0d77fe35f0d2e84154f4e1c4426ed3845361998.tar.gz
android_packages_apps_Trebuchet-b0d77fe35f0d2e84154f4e1c4426ed3845361998.tar.bz2
android_packages_apps_Trebuchet-b0d77fe35f0d2e84154f4e1c4426ed3845361998.zip
Revert "Build empty test apk until junit dependency issue is sorted out."
This reverts commit 4c82c33a64b9f6719a0a1457361362cf70e2c9ac. Change-Id: I39c142e2b0e882245a6928264465578e4ddc12c9
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 466146e3b..5103ced7c 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -17,9 +17,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
-#LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator mockito-target-minus-junit4
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator mockito-target-minus-junit4
-#LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SDK_VERSION := current
LOCAL_MIN_SDK_VERSION := 21