Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
8b3016b5db55f4f87a1007c30606a8443eebbe51
/
.
/
private
/
postinstall_dexopt.te
blob: f23781733786e70a1065b1296bf5ffb031a77496 [
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
,
dex2oat_exec
,
dex2oat
)