1 device_config = { 2 # Configuration syntax: 3 # 4 # device: The value of ro.product.name or 'host' or 'jvm' 5 # properties: (Use one or more of these). 6 # * run-test-args: additional run-test-args 7 # 8 # *** IMPORTANT ***: 9 # This configuration is used by the android build server. Targets must not be renamed 10 # or removed. 11 # 12 ########################################## 13 # Fugu's don't have enough memory to support a 128m heap with normal concurrency. 14 'aosp_fugu' : { 15 'run-test-args': [ "--runtime-option", "-Xmx128m" ], 16 }, 17 'fugu' : { 18 'run-test-args': [ "--runtime-option", "-Xmx128m" ], 19 }, 20 } 21