Merge "Cleanup fastbootd Android.mk"
This commit is contained in:
commit
0ccde5f978
1 changed files with 0 additions and 8 deletions
|
@ -16,12 +16,6 @@ LOCAL_PATH:= $(call my-dir)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
external/openssl/include \
|
||||
external/mdnsresponder/mDNSShared \
|
||||
$(LOCAL_PATH)/include \
|
||||
external/zlib/ \
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
config.c \
|
||||
commands.c \
|
||||
|
@ -60,8 +54,6 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
|
|||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_C_INCLUDES := \
|
||||
external/zlib/
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
commands/partitions.c \
|
||||
|
|
Loading…
Reference in a new issue