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

Commit cd7c576d authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

adb: Fix missing header paths

Change-Id: I570b631ced11ab104aafe7ebfe71bae4e380d8af
parent 7fe624e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ ifeq ($(BOARD_ALWAYS_INSECURE),true)
	LOCAL_CFLAGS += -DBOARD_ALWAYS_INSECURE
endif

LOCAL_C_INCLUDES += external/openssl/include

LOCAL_MODULE := adbd

LOCAL_FORCE_STATIC_EXECUTABLE := true
@@ -173,6 +175,8 @@ LOCAL_CFLAGS := \
	-D_XOPEN_SOURCE \
	-D_GNU_SOURCE

LOCAL_C_INCLUDES += external/openssl/include

LOCAL_MODULE := adb

LOCAL_STATIC_LIBRARIES := libzipfile libunz libcutils