summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-04 18:52:13 +0100
committerTao Bao <tbao@google.com>2016-11-08 00:33:34 +0100
commit9c05a820f24d0e52c50439dbcc11843d53afea1f (patch)
treefa055af6ead50c78309bd507c5023f3d3dcb18c7 /tests/Android.mk
parentMerge "tests: Fix unit/zip_test.cpp." am: ba41fba9e4 am: f46041a7d4 am: a99c6eab22 (diff)
downloadandroid_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar.gz
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar.bz2
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar.lz
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar.xz
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.tar.zst
android_bootable_recovery-9c05a820f24d0e52c50439dbcc11843d53afea1f.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8f19992b6..86591f71d 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -18,7 +18,6 @@ LOCAL_PATH := $(call my-dir)
# Unit tests
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_CFLAGS := -Werror
LOCAL_MODULE := recovery_unit_test
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
@@ -32,17 +31,19 @@ LOCAL_STATIC_LIBRARIES := \
libselinux \
libbase
-LOCAL_SRC_FILES := unit/asn1_decoder_test.cpp
-LOCAL_SRC_FILES += unit/recovery_test.cpp
-LOCAL_SRC_FILES += unit/locale_test.cpp
-LOCAL_SRC_FILES += unit/zip_test.cpp
+LOCAL_SRC_FILES := \
+ unit/asn1_decoder_test.cpp \
+ unit/locale_test.cpp \
+ unit/recovery_test.cpp \
+ unit/sysutil_test.cpp \
+ unit/zip_test.cpp
+
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)
# Component tests
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_CFLAGS := -Werror
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test