summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-25 23:17:26 +0200
committerTao Bao <tbao@google.com>2016-11-01 22:40:14 +0100
commit36c35119526023c9e28ec22915b26b1bf7da6bc3 (patch)
tree35f2c84f96be62b67b4b9d4cc9bb5f7afc82cf40 /tests/Android.mk
parentMerge "applypatch: Switch the parameter of Value** to std::vector." (diff)
downloadandroid_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar.gz
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar.bz2
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar.lz
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar.xz
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.tar.zst
android_bootable_recovery-36c35119526023c9e28ec22915b26b1bf7da6bc3.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 3d05386b0..461d6ef76 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -43,7 +43,7 @@ include $(BUILD_NATIVE_TEST)
# Component tests
include $(CLEAR_VARS)
LOCAL_CLANG := true
-LOCAL_CFLAGS += -Wno-unused-parameter -Werror
+LOCAL_CFLAGS := -Werror
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_C_INCLUDES := bootable/recovery
@@ -63,6 +63,7 @@ tune2fs_static_libraries := \
libext2fs
LOCAL_STATIC_LIBRARIES := \
+ libapplypatch_modes \
libapplypatch \
libedify \
libotafault \