blob: 3be8a8a83d44ad193794be93525954adffe1368a [file] [log] [blame]
Jooyung Hanaeefda42021-06-15 16:59:00 +09001{
2 "version": 1,
3 "os": {
4 "name": "microdroid"
5 },
6 "task": {
7 "type": "executable",
8 "command": "/apex/com.android.compos/bin/compsvc",
9 "args": [
Victor Hsieh51789de2021-08-06 16:50:49 -070010 "--rpc-binder"
Jooyung Hanaeefda42021-06-15 16:59:00 +090011 ]
12 },
13 "apexes": [
14 {
Jooyung Hanaeefda42021-06-15 16:59:00 +090015 "name": "com.android.art"
16 },
17 {
18 "name": "com.android.compos"
Jooyung Hanaeefda42021-06-15 16:59:00 +090019 }
20 ]
21}