diff options
author | Hyunyoung Song <hyunyoungs@google.com> | 2016-12-08 14:58:44 -0800 |
---|---|---|
committer | Hyunyoung Song <hyunyoungs@google.com> | 2016-12-08 14:58:44 -0800 |
commit | 4c82c33a64b9f6719a0a1457361362cf70e2c9ac (patch) | |
tree | df0d3b389c002363a438262e629a5c36d68e249b /tests | |
parent | 72169102dbc0ab57802db1720cf325a57c19f930 (diff) | |
download | android_packages_apps_Trebuchet-4c82c33a64b9f6719a0a1457361362cf70e2c9ac.tar.gz android_packages_apps_Trebuchet-4c82c33a64b9f6719a0a1457361362cf70e2c9ac.tar.bz2 android_packages_apps_Trebuchet-4c82c33a64b9f6719a0a1457361362cf70e2c9ac.zip |
Build empty test apk until junit dependency issue is sorted out.
Change-Id: Ib63a654139e43c433011d0f7b761905426aff24d
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 5103ced7c..466146e3b 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 |