blob: 1fad7d297d3b505bc7fe5714edce9e06affc54c8 [file] [log] [blame]
Alex Light3412a002017-10-20 13:44:40 +00001device_config = {
2# Configuration syntax:
3#
Igor Murashkinbab15062018-02-23 14:53:24 -08004# device: The value of ro.product.name or 'host' or 'jvm'
Alex Light3412a002017-10-20 13:44:40 +00005# 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}