Merge "Identify non-local EXPORT_C_INCLUDE_DIRS in soong_to_convert" am: d3cc4950f8
am: bfedf05812
am: 4d08538747
am: fbab4c206f
Change-Id: Ifec04ee64f5b8227337e2d4c7001831dba71a7e9
This commit is contained in:
@@ -1805,6 +1805,10 @@ endif
|
|||||||
$(LOCAL_BUILT_MODULE) : | $(export_includes) $(my_link_type)
|
$(LOCAL_BUILT_MODULE) : | $(export_includes) $(my_link_type)
|
||||||
|
|
||||||
ifneq ($(LOCAL_MODULE_MAKEFILE),$(SOONG_ANDROID_MK))
|
ifneq ($(LOCAL_MODULE_MAKEFILE),$(SOONG_ANDROID_MK))
|
||||||
|
ifneq (,$(filter-out $(LOCAL_PATH)/%,$(my_export_c_include_dirs)))
|
||||||
|
my_soong_problems += non_local__export_c_include_dirs
|
||||||
|
endif
|
||||||
|
|
||||||
SOONG_CONV.$(LOCAL_MODULE).PROBLEMS := \
|
SOONG_CONV.$(LOCAL_MODULE).PROBLEMS := \
|
||||||
$(SOONG_CONV.$(LOCAL_MODULE).PROBLEMS) $(my_soong_problems)
|
$(SOONG_CONV.$(LOCAL_MODULE).PROBLEMS) $(my_soong_problems)
|
||||||
SOONG_CONV.$(LOCAL_MODULE).DEPS := \
|
SOONG_CONV.$(LOCAL_MODULE).DEPS := \
|
||||||
|
Reference in New Issue
Block a user