Merge "Fix boot_profile_jars.zip" am: e70d749190

am: 8c200e1865

Change-Id: Icf3a476ef10efe5746f34d1501bd9789fd72bf07
This commit is contained in:
Colin Cross 2018-10-01 14:20:53 -07:00 committed by android-build-merger
commit 8f2474d368
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ $(boot_profile_jars_zip): PRIVATE_JARS := $(all_boot_jars)
$(boot_profile_jars_zip): $(all_boot_jars) $(SOONG_ZIP)
echo "Create boot profiles package: $@"
rm -f $@
$(SOONG_ZIP) -o $@ -C $(PRODUCT_OUT) $(PRIVATE_JARS)
$(SOONG_ZIP) -o $@ -C $(PRODUCT_OUT) $(addprefix -f ,$(PRIVATE_JARS))
droidcore: $(boot_profile_jars_zip)