Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbab4c20 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Identify non-local EXPORT_C_INCLUDE_DIRS in soong_to_convert" am: d3cc4950 am: bfedf058

am: 4d085387

Change-Id: I965820dd9cb60dabd5e5cf255630d888f216ea11
parents 25aa9cd0 4d085387
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1805,6 +1805,10 @@ endif
$(LOCAL_BUILT_MODULE) : | $(export_includes) $(my_link_type)

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) $(my_soong_problems)
SOONG_CONV.$(LOCAL_MODULE).DEPS := \