forked from openkylin/platform_build
Merge "Fix boot_profile_jars.zip"
am: e70d749190
Change-Id: Idd1e917dbd85fbfe5aea8d0d2b9598a0f7a7a50c
This commit is contained in:
commit
8c200e1865
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue