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
This commit is contained in:
parent
67855d8454
commit
40104501fa
|
@ -18,8 +18,8 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
binderwrapperCommonCFlags := -Wall -Werror -Wno-unused-parameter
|
binderwrapperCommonCFlags := -Wall -Werror -Wno-unused-parameter
|
||||||
binderwrapperCommonCFlags += -Wno-sign-promo # for libchrome
|
binderwrapperCommonCFlags += -Wno-sign-promo # for libchrome
|
||||||
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/../include
|
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/include
|
||||||
binderwrapperCommonCIncludes := $(LOCAL_PATH)/../include
|
binderwrapperCommonCIncludes := $(LOCAL_PATH)/include
|
||||||
binderwrapperCommonSharedLibraries := \
|
binderwrapperCommonSharedLibraries := \
|
||||||
libbinder \
|
libbinder \
|
||||||
libchrome \
|
libchrome \
|
||||||
|
|
Loading…
Reference in New Issue