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

Commit ff6419d9 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

Change-Id: I836b81c55ecf30e52e930c46172a5532dfa9d503
parents c5023e7e 9302d5c7
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")).