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 | { |
| 16 | "name": "com.android.adbd" |
| 17 | }, |
| 18 | { |
| 19 | "name": "com.android.art" |
| 20 | }, |
| 21 | { |
| 22 | "name": "com.android.compos" |
| 23 | }, |
| 24 | { |
| 25 | "name": "com.android.i18n" |
| 26 | }, |
| 27 | { |
| 28 | "name": "com.android.os.statsd" |
| 29 | }, |
| 30 | { |
| 31 | "name": "com.android.sdkext" |
| 32 | } |
| 33 | ] |
| 34 | } |