Set '--force-determinism' option for boot image compilation.
Test: aosp_walleye-userdebug boots. Change-Id: I0edf7fbfe18ea2f3d1cfda5138a48bdc1420aa6a Bug: 150934453
This commit is contained in:
parent
b3c763711a
commit
c0c98d51d6
|
@ -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 != "" {
|
||||||
|
|
Loading…
Reference in New Issue