Merge "Cleanup fastbootd Android.mk"

This commit is contained in:
Elliott Hughes 2014-12-12 19:33:58 +00:00 committed by Gerrit Code Review
commit 0ccde5f978

View file

@ -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 \