diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-11-02 18:19:45 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-11-02 18:19:45 +0100 |
commit | 5696526ba4810e14a4a68d5951d37cae1e1028ec (patch) | |
tree | 83fc6715016e1671b5fd4c1528c6f9b292675aed /tests/Android.mk | |
parent | Merge "Cleanup ReadArgs & ReadValueArgs usage" (diff) | |
parent | applypatch: Add testcases for applypatch executable. (diff) | |
download | android_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.mk | 3 |
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 \ |