diff options
author | Tao Bao <tbao@google.com> | 2017-11-15 23:59:40 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-15 23:59:40 +0100 |
commit | 7bd61f0cc047786d96521eda40cef92ce2f91e49 (patch) | |
tree | 0940c176df1d57e5fb6f5f24ec63d970aa025e7c | |
parent | Merge "recovery: format f2fs with encrypt/quota" (diff) | |
parent | minadbd: Remove two warning options. (diff) | |
download | android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar.gz android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar.bz2 android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar.lz android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar.xz android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.tar.zst android_bootable_recovery-7bd61f0cc047786d96521eda40cef92ce2f91e49.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/Android.mk | 4 |
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 |