Merge "Write SOONG_MODULES_MISSING_PGO_PROFILE_FILE to $DIST_DIR"

am: d33cac8af1

Change-Id: I059548084c60592998518986c9c09e3eab145965
This commit is contained in:
Pirama Arumuga Nainar 2018-01-30 06:40:56 +00:00 committed by android-build-merger
commit 7760fdff02
1 changed files with 10 additions and 0 deletions

View File

@ -572,6 +572,16 @@ $(WALL_WERROR):
$(call dist-for-goals,droidcore,$(WALL_WERROR))
# -----------------------------------------------------------------
# Modules missing profile files
PGO_PROFILE_MISSING := $(PRODUCT_OUT)/pgo_profile_file_missing.txt
$(PGO_PROFILE_MISSING):
@rm -f $@
echo "# Modules missing PGO profile files" >> $@
for m in $(SOONG_MODULES_MISSING_PGO_PROFILE_FILE); do echo $$m >> $@; done
$(call dist-for-goals,droidcore,$(PGO_PROFILE_MISSING))
# -----------------------------------------------------------------
# The dev key is used to sign this package, and as the key required
# for future OTA packages installed by this system. Actual product