bazel: Disable Compression of restored Image for S2D

disabling Compression of restored image in hibernation.

Change-Id: Ia83fb5f715df1c48abfdebc72660ac26b642ca79
Signed-off-by: Darshankumar Jagdishchandra Thakkar <quic_djagdish@quicinc.com>
This commit is contained in:
Darshankumar Jagdishchandra Thakkar 2023-06-17 23:23:13 +05:30
parent 67d122e6a7
commit 909b6c5539

View File

@ -206,6 +206,7 @@ def define_gen3auto():
"bootconfig",
"androidboot.first_stage_console=1",
"nokaslr",
"hibernate=nocompress",
],
),
)