1min_machine_size: "n1-standard-4" 2disk_image_name: "avd-system.tar.gz" 3disk_image_mime_type: "application/x-tar" 4disk_image_extension: ".tar.gz" 5disk_raw_image_name: "disk.raw" 6disk_raw_image_extension: ".img" 7default_extra_data_disk_device: "/dev/block/sdb" 8creds_cache_file: ".acloud_oauth2.dat" 9user_agent: "acloud" 10 11# [GOLDFISH only] The emulator build target: "sdk_tools_linux". 12# We use it to get build id if build id is not provided and It's very unlikely 13# that this will ever change. 14emulator_build_target: "sdk_tools_linux" 15 16default_usr_cfg { 17 machine_type: "n1-standard-4" 18 network: "default" 19 extra_data_disk_size_gb: 0 20 instance_name_pattern: "ins-{uuid}-{build_id}-{build_target}" 21 22 metadata_variable { 23 key: "camera_front" 24 value: "1,32,24,checker-sliding" 25 } 26 27 metadata_variable { 28 key: "camera_back" 29 value: "1,640,480,checker-fixed" 30 } 31 32 metadata_variable { 33 key: "cfg_sta_ephemeral_cache_size_mb" 34 value: "512" 35 } 36 37 metadata_variable { 38 key: "cfg_sta_ephemeral_data_size_mb" 39 value: "2048" 40 } 41 42 metadata_variable { 43 key: "cfg_sta_persistent_data_device" 44 value: "default" 45 } 46 47 metadata_variable { 48 key: "gps_coordinates" 49 value: "37.422,122.084,100,0,1,1" 50 } 51} 52 53# Below are common HW properties, the values also could be referred in the 54# AVD manager of android sdk. 55# https://developer.android.com/studio/run/managing-avds 56common_hw_property_map { 57 key: "phone" 58 value: "cpu:2,resolution:720x1280,dpi:320,memory:4g,disk:4g" 59} 60 61common_hw_property_map { 62 key: "auto" 63 value: "cpu:2,resolution:1280x800,dpi:160,memory:4g,disk:4g" 64} 65 66common_hw_property_map { 67 key: "wear" 68 value: "cpu:2,resolution:320x320,dpi:240,memory:2g,disk:2g" 69} 70 71common_hw_property_map { 72 key: "tablet" 73 value: "cpu:2,resolution:2560x1800,dpi:320,memory:4g,disk:4g" 74} 75 76common_hw_property_map { 77 key: "tv" 78 value: "cpu:2,resolution:1280x720,dpi:213,memory:2g,disk:4g" 79} 80 81# Device resolution 82device_resolution_map { 83 key: "nexus5" 84 value: "1080x1920x32x480" 85} 86 87device_resolution_map { 88 key: "nexus6" 89 value: "1440x2560x32x560" 90} 91 92# nexus7 (2012) 93device_resolution_map { 94 key: "nexus7_2012" 95 value: "800x1280x32x213" 96} 97 98device_resolution_map { 99 key: "nexus7_2013" 100 value: "1200x1920x32x320" 101} 102 103device_resolution_map { 104 key: "nexus9" 105 value: "1536x2048x32x320" 106} 107 108device_resolution_map { 109 key: "nexus10" 110 value: "1600x2560x32x320" 111} 112 113# Default orientation 114 115device_default_orientation_map { 116 key: "nexus5" 117 value: "portrait" 118} 119 120device_default_orientation_map { 121 key: "nexus6" 122 value: "landscape" 123} 124 125device_default_orientation_map { 126 key: "nexus7_2012" 127 value: "landscape" 128} 129 130device_default_orientation_map { 131 key: "nexus7_2013" 132 value: "landscape" 133} 134 135device_default_orientation_map { 136 key: "nexus9" 137 value: "landscape" 138} 139 140device_default_orientation_map { 141 key: "nexus10" 142 value: "landscape" 143} 144 145# Precreated data images. 146precreated_data_image { 147 key: 4 148 value: "extradisk-image-4gb" 149} 150precreated_data_image { 151 key: 10 152 value: "extradisk-image-10gb" 153} 154