Merge "Move libbinderwrapper's headers into libbinderwrapper."

This commit is contained in:
Treehugger Robot 2016-09-16 17:34:03 +00:00 committed by Gerrit Code Review
commit 4127ccbda5
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 \