Jooyung Han | aeefda4 | 2021-06-15 16:59:00 +0900 | [diff] [blame] | 1 | { |
2 | "version": 1, | ||||
3 | "os": { | ||||
4 | "name": "microdroid" | ||||
5 | }, | ||||
6 | "task": { | ||||
7 | "type": "executable", | ||||
8 | "command": "/apex/com.android.compos/bin/compsvc", | ||||
9 | "args": [ | ||||
10 | "--rpc-binder", | ||||
11 | "/apex/com.android.art/bin/dex2oat64" | ||||
12 | ] | ||||
13 | }, | ||||
14 | "apexes": [ | ||||
15 | { | ||||
Jooyung Han | aeefda4 | 2021-06-15 16:59:00 +0900 | [diff] [blame] | 16 | "name": "com.android.art" |
17 | }, | ||||
18 | { | ||||
19 | "name": "com.android.compos" | ||||
Jooyung Han | aeefda4 | 2021-06-15 16:59:00 +0900 | [diff] [blame] | 20 | } |
21 | ] | ||||
22 | } |