Fix missing fstab rule for SW encryption
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: I5ec4364d3c4d53bcf4f675291e04acd9071e0dcb
This commit is contained in:
parent
776a3b6586
commit
1f7770e593
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ TARGET_RECOVERY_WIPE := device/google/zuma/conf/recovery.wipe
|
||||||
# This is the fstab file that will be included in the recovery image. Note that
|
# This is the fstab file that will be included in the recovery image. Note that
|
||||||
# recovery doesn't care about the encryption settings, so it doesn't matter
|
# recovery doesn't care about the encryption settings, so it doesn't matter
|
||||||
# whether we use the normal or the fips fstab here.
|
# whether we use the normal or the fips fstab here.
|
||||||
TARGET_RECOVERY_FSTAB_GENRULE := gen_fstab.zuma
|
TARGET_RECOVERY_FSTAB_GENRULE := gen_fstab.zuma-sw-encrypt
|
||||||
|
|
||||||
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue