Set '--force-determinism' option for boot image compilation.
Test: aosp_walleye-userdebug boots.
Bug: 150934453
Change-Id: I0edf7fbfe18ea2f3d1cfda5138a48bdc1420aa6a
(cherry picked from commit c0c98d51d6
)
This commit is contained in:
@@ -376,6 +376,7 @@ func buildBootImageRuleForArch(ctx android.SingletonContext, image *bootImage,
|
||||
FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch]).
|
||||
FlagWithArg("--android-root=", global.EmptyDirectory).
|
||||
FlagWithArg("--no-inline-from=", "core-oj.jar").
|
||||
Flag("--force-determinism").
|
||||
Flag("--abort-on-hard-verifier-error")
|
||||
|
||||
if global.BootFlags != "" {
|
||||
|
Reference in New Issue
Block a user