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