forked from openkylin/platform_build
Generation of C Flags Artifacts
Modifications made to make/core to handle new C Flags build variables which store which module uses which flag. C Flags build variables generated by Soong. Bug: 140442588 Test: Executed m dist and presubmit Change-Id: I4c730b9dba27672c6a9f75cf35beaf6311174af0
This commit is contained in:
parent
1f9387ae01
commit
d004692025
|
@ -869,6 +869,10 @@ $(WALL_WERROR):
|
||||||
|
|
||||||
$(call dist-for-goals,droidcore,$(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
|
# Modules missing profile files
|
||||||
PGO_PROFILE_MISSING := $(PRODUCT_OUT)/pgo_profile_file_missing.txt
|
PGO_PROFILE_MISSING := $(PRODUCT_OUT)/pgo_profile_file_missing.txt
|
||||||
|
|
Loading…
Reference in New Issue