1{
2    "emulator_package": "system-images;android-24;default;armeabi-v7a",
3    "emulator_avd_name": "mozemulator-armeabi-v7a",
4    "emulator_extra_args": [
5        "-skip-adb-auth",
6        "-verbose",
7        "-show-kernel",
8        "-ranchu",
9        "-selinux", "permissive",
10        "-memory", "3072",
11        "-cores", "4",
12        "-skin", "800x1280",
13        "-gpu", "on",
14        "-no-snapstorage",
15        "-no-snapshot",
16        "-no-window",
17        "-no-accel",
18        "-prop", "ro.test_harness=true"
19    ],
20    "emulator_extra_config": {
21        "hw.keyboard": "yes",
22        "hw.lcd.density": "320",
23        "disk.dataPartition.size": "4000MB",
24        "sdcard.size": "600M"
25    }
26}
27