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

Commit 4103f770 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Merge "Write SOONG_MODULES_MISSING_PGO_PROFILE_FILE to $DIST_DIR" am: d33cac8a am: 7760fdff

am: 64e15096

Change-Id: I4149b8650a3d1234034355f88a38f97e41a0abba
parents a9e3f4f3 64e15096
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -573,6 +573,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