Follow vdc naming convention: earlyBootEnded
vdc commands use camelCase, not kebab-case. Test: EarlyBootKeyTest.CannotCreateEarlyBootKeys Change-Id: I5bcc9c435c848f5054e81ffaf87ae32577548570
This commit is contained in:
parent
8255631fa9
commit
3fe1a8c76c
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ on post-fs-data
|
|||
|
||||
# After apexes are mounted, tell keymaster early boot has ended, so it will
|
||||
# stop allowing use of early-boot keys
|
||||
exec - system system -- /system/bin/vdc keymaster early-boot-ended
|
||||
exec - system system -- /system/bin/vdc keymaster earlyBootEnded
|
||||
|
||||
# Special-case /data/media/obb per b/64566063
|
||||
mkdir /data/media 0770 media_rw media_rw encryption=None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue