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

Commit 40104501 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move libbinderwrapper's headers into libbinderwrapper.

It was probably the LOCAL_EXPORT_C_INCLUDE_DIRS that made me miss this on the
original code review...

Change-Id: I55bc0b0698604338cd206bf5f336798929b6d8f9
parent 67855d84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ LOCAL_PATH := $(call my-dir)

binderwrapperCommonCFlags := -Wall -Werror -Wno-unused-parameter
binderwrapperCommonCFlags += -Wno-sign-promo  # for libchrome
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/../include
binderwrapperCommonCIncludes := $(LOCAL_PATH)/../include
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/include
binderwrapperCommonCIncludes := $(LOCAL_PATH)/include
binderwrapperCommonSharedLibraries := \
  libbinder \
  libchrome \