Merge "Set '--force-determinism' option for boot image compilation." am: a8e37b98bb
Change-Id: I262fbf661c61f2a1e6fe976558019bd1f402d906
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