blob: d008c12e2c40a7772324be26aea2ab8133889e42 [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",
Alan Stokesf03d81a2021-09-20 17:44:03 +01008 "command": "/apex/com.android.compos/bin/compsvc",
9 "args": [
10 "--log_to_stderr"
11 ]
Jooyung Hanaeefda42021-06-15 16:59:00 +090012 },
13 "apexes": [
14 {
Jooyung Hanaeefda42021-06-15 16:59:00 +090015 "name": "com.android.art"
16 },
17 {
18 "name": "com.android.compos"
Victor Hsieh35c4e7b2021-10-12 13:11:06 -070019 },
20 {
Alan Stokes46ac3862021-12-21 15:31:47 +000021 "name": "{CLASSPATH}"
Jooyung Hanaeefda42021-06-15 16:59:00 +090022 }
23 ]
24}