Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute postinstall_dexopt coredomain; |
2 | |||||
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 3 | # Run dex2oat/patchoat in its own sandbox. |
4 | # We have to manually transition, as we don't have an entrypoint. | ||||
Roland Levillain | ab9c053 | 2019-01-19 12:42:11 +0000 | [diff] [blame^] | 5 | domain_auto_trans(postinstall_dexopt, dex2oat_exec, dex2oat) |