summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-29 08:19:02 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-29 08:19:03 +0200
commit850f89f19838e6c0cf3643c42420046d96789a27 (patch)
treeae8d6a456797382fcc9100bea7b26b59aa7fc4ea /Android.mk
parentMerge "tests: Construct two bad packages at runtime for VerifierTest." (diff)
parentLog the error message when failing to mount/umount. (diff)
downloadandroid_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar.gz
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar.bz2
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar.lz
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar.xz
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.tar.zst
android_bootable_recovery-850f89f19838e6c0cf3643c42420046d96789a27.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 58b8a2240..037aa1673 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,9 +29,11 @@ include $(BUILD_STATIC_LIBRARY)
# ===============================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := mounts.cpp
-LOCAL_CLANG := true
-LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
+LOCAL_CFLAGS := \
+ -Wall \
+ -Werror
LOCAL_MODULE := libmounts
+LOCAL_STATIC_LIBRARIES := libbase
include $(BUILD_STATIC_LIBRARY)
# recovery (static executable)