Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
b75b4d2477f6400a6123e58e1c4baf95be5d9dc2
/
.
/
prebuilts
/
api
/
26.0
/
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
)