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

Commit 9302d5c7 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge "Specify boot image format to be lz4hc"

am: 460bf6ae

Change-Id: Iac2a4275e0998b8ea430f24b8d784db80e0aa94e
parents 12efb053 460bf6ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -298,6 +298,7 @@ func buildBootImageRuleForArch(ctx android.SingletonContext, image *bootImage,
		FlagForEachArg("--dex-location=", image.dexLocations).
		Flag("--generate-debug-info").
		Flag("--generate-build-id").
		Flag("--image-format=lz4hc").
		FlagWithOutput("--oat-symbols=", symbolsFile).
		Flag("--strip").
		FlagWithOutput("--oat-file=", outputPath.ReplaceExtension(ctx, "oat")).