Searched refs:AOSP_PRESET (Results 1 – 2 of 2) sorted by relevance
/external/r8/tools/ |
D | test_android_cts.py | 49 AOSP_PRESET = 'aosp_x86-eng' variable 197 check_call([AOSP_HELPER_SH, AOSP_PRESET, 'make', J_OPTION, 'cts'], 206 check_call([AOSP_HELPER_SH, AOSP_PRESET, 'make', J_OPTION, jack_option, 209 emulator_proc = Popen([AOSP_HELPER_SH, AOSP_PRESET, 215 check_call([AOSP_HELPER_SH, AOSP_PRESET, 'run-cts',
|
/external/r8/scripts/ |
D | aosp_helper.sh | 9 readonly AOSP_PRESET="$1" 15 lunch "$AOSP_PRESET"
|