summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-12 19:33:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-12 19:33:59 +0000
commit0ccde5f97891218298c6ae1c2b1607e7898abd36 (patch)
treeebc6cb03e9e679efea1150f75c5ab389c05d7684
parent48a941cee4a9ba07cb2ad69b9d2976060b2bde11 (diff)
parent5f0c32c738120b9d2243699202221d8bbea932de (diff)
downloadsystem_core-0ccde5f97891218298c6ae1c2b1607e7898abd36.zip
system_core-0ccde5f97891218298c6ae1c2b1607e7898abd36.tar.gz
system_core-0ccde5f97891218298c6ae1c2b1607e7898abd36.tar.bz2
Merge "Cleanup fastbootd Android.mk"
-rw-r--r--fastbootd/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/fastbootd/Android.mk b/fastbootd/Android.mk
index bccac68..1e69e7a 100644
--- a/fastbootd/Android.mk
+++ b/fastbootd/Android.mk
@@ -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 \