Add art dexpreopt to boot.zip archive
Test: m out/target/product/generic_arm64/boot.zip Bug: 144491400 Change-Id: Id5f14efbbdf539f9f61599f2fbbc1a302334bb9a
This commit is contained in:
parent
e16258ff5d
commit
abdea2183d
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ system_server_jars := $(foreach m,$(PRODUCT_SYSTEM_SERVER_JARS),$(PRODUCT_OUT)/s
|
|||
|
||||
$(boot_zip): PRIVATE_BOOTCLASSPATH_JARS := $(bootclasspath_jars)
|
||||
$(boot_zip): PRIVATE_SYSTEM_SERVER_JARS := $(system_server_jars)
|
||||
$(boot_zip): $(bootclasspath_jars) $(system_server_jars) $(SOONG_ZIP) $(MERGE_ZIPS) $(DEXPREOPT_IMAGE_ZIP_boot)
|
||||
$(boot_zip): $(bootclasspath_jars) $(system_server_jars) $(SOONG_ZIP) $(MERGE_ZIPS) $(DEXPREOPT_IMAGE_ZIP_boot) $(DEXPREOPT_IMAGE_ZIP_art)
|
||||
@echo "Create boot package: $@"
|
||||
rm -f $@
|
||||
$(SOONG_ZIP) -o $@.tmp \
|
||||
-C $(dir $(firstword $(PRIVATE_BOOTCLASSPATH_JARS)))/.. $(addprefix -f ,$(PRIVATE_BOOTCLASSPATH_JARS)) \
|
||||
-C $(PRODUCT_OUT) $(addprefix -f ,$(PRIVATE_SYSTEM_SERVER_JARS))
|
||||
$(MERGE_ZIPS) $@ $@.tmp $(DEXPREOPT_IMAGE_ZIP_boot)
|
||||
$(MERGE_ZIPS) $@ $@.tmp $(DEXPREOPT_IMAGE_ZIP_boot) $(DEXPREOPT_IMAGE_ZIP_art)
|
||||
rm -f $@.tmp
|
||||
|
||||
$(call dist-for-goals, droidcore, $(boot_zip))
|
||||
|
|
Loading…
Reference in a new issue