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:
Elliott Hughes 2016-09-16 09:02:47 -07:00
parent 67855d8454
commit 40104501fa
4 changed files with 2 additions and 2 deletions

View File

@ -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 \