Move libbinderwrapper's headers into libbinderwrapper. am: 40104501fa
am: c5cc029993
am: 761c529b37
am: ab273a5a4b
Change-Id: I4d02d36c06d50f9ff24aef7b0421d42613e525b9
This commit is contained in:
commit
20d2a81b90
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue