Merge "Set '--force-determinism' option for boot image compilation."
This commit is contained in:
@@ -379,6 +379,7 @@ func buildBootImageVariant(ctx android.SingletonContext, image *bootImageVariant
|
|||||||
FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch]).
|
FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch]).
|
||||||
FlagWithArg("--android-root=", global.EmptyDirectory).
|
FlagWithArg("--android-root=", global.EmptyDirectory).
|
||||||
FlagWithArg("--no-inline-from=", "core-oj.jar").
|
FlagWithArg("--no-inline-from=", "core-oj.jar").
|
||||||
|
Flag("--force-determinism").
|
||||||
Flag("--abort-on-hard-verifier-error")
|
Flag("--abort-on-hard-verifier-error")
|
||||||
|
|
||||||
if global.BootFlags != "" {
|
if global.BootFlags != "" {
|
||||||
|
Reference in New Issue
Block a user