Fix comment about transition from otapreopt_chroot
to postinstall_dexopt
.
Test: n/a Change-Id: Id29de05c9dc4cf6771292050bbd8946bbb939cdd
This commit is contained in:
parent
d97c99e4aa
commit
9f28f8b360
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
typeattribute otapreopt_chroot coredomain;
|
typeattribute otapreopt_chroot coredomain;
|
||||||
|
|
||||||
# Allow to transition to postinstall_ota, to run otapreopt in its own sandbox.
|
# Allow to transition to postinstall_dexopt, to run otapreopt in its own sandbox.
|
||||||
domain_auto_trans(otapreopt_chroot, postinstall_file, postinstall_dexopt)
|
domain_auto_trans(otapreopt_chroot, postinstall_file, postinstall_dexopt)
|
||||||
|
|
||||||
# Allow otapreopt_chroot to create loop devices with /dev/loop-control.
|
# Allow otapreopt_chroot to create loop devices with /dev/loop-control.
|
||||||
|
|
Loading…
Reference in a new issue