commit | e70d7491907816cd9b32388b98ec06701d64254d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 01 20:53:22 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 01 20:53:22 2018 +0000 |
tree | 3d294b4585270159ad465a63bf330587ee540562 | |
parent | aa1645504f3eea3d32c20c84a350ca5e8a984ffe [diff] | |
parent | 1a81e372b5db1a811c03394fef669cf98e40adee [diff] |
Merge "Fix boot_profile_jars.zip"
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk index aa24c20..1527047 100644 --- a/core/dex_preopt.mk +++ b/core/dex_preopt.mk
@@ -159,7 +159,7 @@ $(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)