platform_system_sepolicy/private/postinstall_dexopt.te

6 lines
216 B
Text
Raw Normal View History

typeattribute postinstall_dexopt coredomain;
# Run dex2oat/patchoat in its own sandbox.
# We have to manually transition, as we don't have an entrypoint.
domain_auto_trans(postinstall_dexopt, dex2oat_exec, dex2oat)