summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-11-02 18:19:45 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-02 18:19:45 +0100
commit5696526ba4810e14a4a68d5951d37cae1e1028ec (patch)
tree83fc6715016e1671b5fd4c1528c6f9b292675aed /tests/Android.mk
parentMerge "Cleanup ReadArgs & ReadValueArgs usage" (diff)
parentapplypatch: Add testcases for applypatch executable. (diff)
downloadandroid_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar.gz
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar.bz2
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar.lz
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar.xz
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.tar.zst
android_bootable_recovery-5696526ba4810e14a4a68d5951d37cae1e1028ec.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 \