forked from openkylin/platform_build
Merge "Generation of C Flags Artifacts"
This commit is contained in:
commit
7a4bf49fb9
|
@ -869,6 +869,10 @@ $(WALL_WERROR):
|
|||
|
||||
$(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
|
||||
|
|
Loading…
Reference in New Issue