Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f0c32c7 authored by Trevor Drake's avatar Trevor Drake
Browse files

Cleanup fastbootd Android.mk

Removed unnecessary LOCAL_C_INCLUDES for non existent include directory
and also for dependencies that now use LOCAL_EXPORT_C_INCLUDE_DIRS
( libcrypto_static, libmdnssd libz )

Change-Id: I8d1ff6a0a8528c33c38a394497125385dc643e2b
parent ffe4d9cd
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 \