summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-27 20:55:21 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-27 20:55:21 +0200
commitfb42678a7cbdec9311ca7365c81a097a0f6d9398 (patch)
tree821ce0bcc169e040c115ebd269f93bf1f637c0f4 /Android.mk
parentMerge "applypatch: Remove the obsolete support for "applypatch -s"." am: d5ae4253c1 am: 22b1fa7d61 am: 7ee4b7dd84 (diff)
parentMerge "libfusesideload: Clean up the CFLAGS for the module." am: 416c55cf43 am: 74812187c0 (diff)
downloadandroid_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar.gz
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar.bz2
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar.lz
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar.xz
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.tar.zst
android_bootable_recovery-fb42678a7cbdec9311ca7365c81a097a0f6d9398.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 01c72a476..5ce5cd7dc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,11 +22,10 @@ RECOVERY_FSTAB_VERSION := 2
# ===============================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := fuse_sideload.cpp
-LOCAL_CLANG := true
-LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter -Werror
+LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
LOCAL_MODULE := libfusesideload
-LOCAL_STATIC_LIBRARIES := libcutils libc libcrypto
+LOCAL_STATIC_LIBRARIES := libcrypto
include $(BUILD_STATIC_LIBRARY)
# libmounts (static library)