Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
ba23c8fa968a05a44d894b3b4fb3fe6f96fb7e5d
/
.
/
private
/
postinstall_dexopt.te
blob: ff5fe8735d9d097c6b02191e029897cf77399919 [
file
] [
log
] [
blame
]
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
,
postinstall_file
,
dex2oat
)