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

Commit ec664124 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 am: 9302d5c7

am: ff6419d9

Change-Id: I003d80af5b3b7f61bdcfb6f9cc9c61ced231fcca
parents de3b43f6 ff6419d9
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")).