summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-11-16 00:07:38 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-16 00:07:38 +0100
commit8e376e01e7c9467f5da6d2fd01db824be811a3f7 (patch)
tree1cdf1215721aa7cff9ff6386a1cc8c8436624c12
parentMerge "recovery: format f2fs with encrypt/quota" am: d4b6e25fdd am: c418bfeae2 (diff)
parentMerge "minadbd: Remove two warning options." am: 7bd61f0cc0 (diff)
downloadandroid_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar.gz
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar.bz2
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar.lz
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar.xz
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.tar.zst
android_bootable_recovery-8e376e01e7c9467f5da6d2fd01db824be811a3f7.zip
-rw-r--r--minadbd/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index 3c9ab3a7f..50e3b34ef 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -16,10 +16,9 @@ LOCAL_PATH:= $(call my-dir)
minadbd_cflags := \
-Wall -Werror \
- -Wno-missing-field-initializers \
-DADB_HOST=0 \
-# libadbd (static library)
+# libminadbd (static library)
# ===============================
include $(CLEAR_VARS)
@@ -30,7 +29,6 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE := libminadbd
LOCAL_CFLAGS := $(minadbd_cflags)
-LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration
LOCAL_C_INCLUDES := bootable/recovery system/core/adb
LOCAL_WHOLE_STATIC_LIBRARIES := libadbd
LOCAL_STATIC_LIBRARIES := libcrypto libbase