Move libbinderwrapper's headers into libbinderwrapper. am: 40104501fa

am: c5cc029993

Change-Id: I351680f306d7fb8814f8b41eb9e895a1a4153827
This commit is contained in:
Elliott Hughes 2016-09-16 17:51:24 +00:00 committed by android-build-merger
commit 761c529b37
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 += -Wno-sign-promo # for libchrome
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/../include
binderwrapperCommonCIncludes := $(LOCAL_PATH)/../include
binderwrapperCommonExportCIncludeDirs := $(LOCAL_PATH)/include
binderwrapperCommonCIncludes := $(LOCAL_PATH)/include
binderwrapperCommonSharedLibraries := \
libbinder \
libchrome \