Searched refs:ANDROID_BUILD_TOP (Results 1 – 22 of 22) sorted by relevance
6 [[ -z ${ANDROID_BUILD_TOP+x} ]] && (echo "Run source build/envsetup.sh first" >&2 && exit 1)8 cpp-define-generator-data > ${ANDROID_BUILD_TOP}/art/runtime/generated/asm_support_gen.h
25 if [[ -z $ANDROID_BUILD_TOP ]]; then
43 if [ "x$ANDROID_BUILD_TOP" = "x" ]; then67 …ck -g -cp $ANDROID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_i…69 …ck -g -cp $ANDROID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_i…
28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable41 ANDROID_BUILD_TOP,68 build_command += ' -C ' + ANDROID_BUILD_TOP
50 boot_jars=$("$ANDROID_BUILD_TOP"/art/tools/bootjars.sh --target)51 jar_dir=$ANDROID_BUILD_TOP/$(get_build_var TARGET_OUT_JAVA_LIBRARIES)
23 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
98 1) Not having core.art available (see $ANDROID_BUILD_TOP/art/Android.mk).100 …2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)
68 build_command += ' -C ' + env.ANDROID_BUILD_TOP82 os.chdir(env.ANDROID_BUILD_TOP)96 run_test_command = [os.path.join(env.ANDROID_BUILD_TOP,
56 "dump-many-vars DUMP_MANY_VARS=\"%s\"") % (ANDROID_BUILD_TOP, all_vars)96 ANDROID_BUILD_TOP = _get_android_build_top() variable234 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP,
158 test_dir = env.ANDROID_BUILD_TOP + '/art/test'473 run_test_sh = env.ANDROID_BUILD_TOP + '/art/test/run-test'639 known_failures_file = env.ANDROID_BUILD_TOP + '/art/test/knownfailures.json'1005 build_command += ' -C ' + env.ANDROID_BUILD_TOP
21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
78 if [ -z "$ANDROID_BUILD_TOP" ]; then79 export ANDROID_BUILD_TOP=$oldwd84 export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x8696 export DESUGAR="$ANDROID_BUILD_TOP/art/tools/desugar.sh"107 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;108 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;957 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \
250 python "$ANDROID_BUILD_TOP"/art/tools/runtime_memusage/prune_sanitizer_output.py \263 "$ANDROID_BUILD_TOP"/development/scripts/stack "$asan_out_filtered" \340 python "$ANDROID_BUILD_TOP"/art/tools/runtime_memusage/symbol_trace_info.py \
132 if [[ "x$ANDROID_BUILD_TOP" != "x" ]]; then133 echo "$ANDROID_BUILD_TOP";
9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
40 GCOV_PREFIX_STRIP := $(shell echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l)
29 ART_HOST_TEST_DIR := /tmp/test-art-$(shell echo ${ANDROID_BUILD_TOP}-${USER} | sum | cut -d ' ' -f1)
274 "$ANDROID_BUILD_TOP/art/tools/javac-helper.sh" --core-only $javac_args "$@"
845 cd $ANDROID_BUILD_TOP