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

Commit 74da73fd authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix boot_profile_jars.zip" am: e70d7491 am: 8c200e18

am: 8f2474d3

Change-Id: I9dbcf12af171423ea12b88cce9cee1a27ae9f82e
parents c9b86615 8f2474d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)