Merge "minadbd: Remove two warning options." am: 7bd61f0cc0
am: 345f350540
Change-Id: I95cf7f4af44c8abc2ced807e0a3a2fb063448fc1
This commit is contained in:
+1
-3
@@ -16,10 +16,9 @@ LOCAL_PATH:= $(call my-dir)
|
|||||||
|
|
||||||
minadbd_cflags := \
|
minadbd_cflags := \
|
||||||
-Wall -Werror \
|
-Wall -Werror \
|
||||||
-Wno-missing-field-initializers \
|
|
||||||
-DADB_HOST=0 \
|
-DADB_HOST=0 \
|
||||||
|
|
||||||
# libadbd (static library)
|
# libminadbd (static library)
|
||||||
# ===============================
|
# ===============================
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
@@ -30,7 +29,6 @@ LOCAL_SRC_FILES := \
|
|||||||
|
|
||||||
LOCAL_MODULE := libminadbd
|
LOCAL_MODULE := libminadbd
|
||||||
LOCAL_CFLAGS := $(minadbd_cflags)
|
LOCAL_CFLAGS := $(minadbd_cflags)
|
||||||
LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration
|
|
||||||
LOCAL_C_INCLUDES := bootable/recovery system/core/adb
|
LOCAL_C_INCLUDES := bootable/recovery system/core/adb
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := libadbd
|
LOCAL_WHOLE_STATIC_LIBRARIES := libadbd
|
||||||
LOCAL_STATIC_LIBRARIES := libcrypto libbase
|
LOCAL_STATIC_LIBRARIES := libcrypto libbase
|
||||||
|
|||||||
Reference in New Issue
Block a user