Home
last modified time | relevance | path

Searched refs:AOSP_PRESET (Results 1 – 2 of 2) sorted by relevance

/external/r8/tools/
Dtest_android_cts.py49 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/
Daosp_helper.sh9 readonly AOSP_PRESET="$1"
15 lunch "$AOSP_PRESET"