summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-03-30 19:45:47 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-30 19:45:48 +0200
commit3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65 (patch)
tree5049689c450ec5152fc9241ff82cc5bfc3beae4f
parentMerge "Add test config to minadbd_test" (diff)
parenttests: Remove LOCAL_ADDITIONAL_DEPENDENCIES. (diff)
downloadandroid_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar.gz
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar.bz2
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar.lz
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar.xz
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.tar.zst
android_bootable_recovery-3f0a3a2b1d18eded4afc1fadfcb0ef0cf817ba65.zip
-rw-r--r--tests/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index a8f1d7874..80eae8f37 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -21,7 +21,6 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := -Werror
LOCAL_MODULE := recovery_unit_test
LOCAL_COMPATIBILITY_SUITE := device-tests
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_STATIC_LIBRARIES := \
libverifier \
libminui \
@@ -46,10 +45,8 @@ include $(BUILD_NATIVE_TEST)
# Manual tests
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_CFLAGS := -Werror
LOCAL_MODULE := recovery_manual_test
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_STATIC_LIBRARIES := \
libminui \
libbase
@@ -86,7 +83,6 @@ LOCAL_CFLAGS := \
-Werror \
-D_FILE_OFFSET_BITS=64
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_C_INCLUDES := bootable/recovery