Remove unused -I of external/safe-iop.
Bug: http://b/25224572 Test: builds Change-Id: I90c35a38d69f533b8f60c2f357f0e5e36596d050
This commit is contained in:
parent
90cd262d47
commit
f5ca0f7ad4
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips)
|
|||
LOCAL_SRC_FILES_mips64 := $(PIXELFLINGER_SRC_FILES_mips64)
|
||||
LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS)
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES += $(LOCAL_EXPORT_C_INCLUDE_DIRS) \
|
||||
external/safe-iop/include
|
||||
LOCAL_C_INCLUDES += $(LOCAL_EXPORT_C_INCLUDE_DIRS)
|
||||
LOCAL_SHARED_LIBRARIES := libcutils liblog libutils
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue