summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-29 08:31:42 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-29 08:31:42 +0200
commit563340d9ffe91ae060ecc583faa36aa474a28f05 (patch)
treececf0cdefbc598be45473322946ada10e1457477 /Android.mk
parentFix the bad merge (duplicate tests). (diff)
parentMerge "Log the error message when failing to mount/umount." am: 850f89f198 am: 23fe20fb6e (diff)
downloadandroid_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar.gz
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar.bz2
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar.lz
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar.xz
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.tar.zst
android_bootable_recovery-563340d9ffe91ae060ecc583faa36aa474a28f05.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)