Merge "Generation of C Flags Artifacts" am: 7a4bf49fb9 am: da558de483 am: b3d7c734aa
am: d9e4ca79de
Change-Id: I86c760f0508fb2fec2e22a19522c637108593c3b
diff --git a/core/Makefile b/core/Makefile
index efdb4e1..8cb3dd8 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -870,6 +870,10 @@
$(call dist-for-goals,droidcore,$(WALL_WERROR))
# -----------------------------------------------------------------
+# C/C++ flag information for modules
+$(call dist-for-goals,droidcore,$(SOONG_MODULES_CFLAG_ARTIFACTS))
+
+# -----------------------------------------------------------------
# Modules missing profile files
PGO_PROFILE_MISSING := $(PRODUCT_OUT)/pgo_profile_file_missing.txt
$(PGO_PROFILE_MISSING):