Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
b9d6c72e7f0e41cd300220164f8a5447add85e85
/
.
/
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
)