Snap for 4455093 from 8e376e01e7 to pi-release

Change-Id: I13180d402b826b71eb3e7ec42836e48f12f9de7c
This commit is contained in:
android-build-team Robot
2017-11-16 08:23:54 +00:00
+1 -3
View File
@@ -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