Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 29) sorted by relevance

12

/art/test/testrunner/
Drun_build_test_target.py70 ANDROID_BUILD_TOP = env.ANDROID_BUILD_TOP,
95 os.chdir(env.ANDROID_BUILD_TOP)
109 run_test_command = [os.path.join(env.ANDROID_BUILD_TOP,
114 out_dir = pathlib.PurePath(env.ANDROID_BUILD_TOP).joinpath(out_dir)
Denv.py69 ANDROID_BUILD_TOP = _get_android_build_top() variable
132 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP,
139 ANDROID_JAVA_TOOLCHAIN = os.path.join(ANDROID_BUILD_TOP,
/art/tools/
Ddist_linux_bionic.sh22 if [[ -z $ANDROID_BUILD_TOP ]]; then
25 pushd $ANDROID_BUILD_TOP
Dgenerate_cmake_lists.py69 ANDROID_BUILD_TOP = get_android_build_top()
71 subprocess.check_output(('make -j64 -C %s') % (ANDROID_BUILD_TOP), shell=True)
73 out_art_cmakelists_dir = os.path.join(ANDROID_BUILD_TOP,
Dgenerate-boot-image-profile.sh52 boot_jars=$("$ANDROID_BUILD_TOP"/art/tools/bootjars.sh --target)
53 jar_dir=$ANDROID_BUILD_TOP/$(get_build_var TARGET_OUT_JAVA_LIBRARIES)
Dbuild_linux_bionic.sh23 if [[ -z $ANDROID_BUILD_TOP ]]; then
26 pushd $ANDROID_BUILD_TOP
Dbuild_linux_bionic_tests.sh18 if [[ -z $ANDROID_BUILD_TOP ]]; then
21 pushd $ANDROID_BUILD_TOP
Dbuildbot-sync.sh33 adb push ${ANDROID_BUILD_TOP}/art/tools/public.libraries.buildbot.txt \
Drun-jdwp-tests.sh36 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
113 if [ "${ANDROID_HOST_OUT:0:${#ANDROID_BUILD_TOP}+1}" = "${ANDROID_BUILD_TOP}/" ]; then
117 echo "ANDROID_BUILD_TOP=${ANDROID_BUILD_TOP}"
Dbuildbot-build.sh79 make_command+=" ${ANDROID_PRODUCT_OUT#"${ANDROID_BUILD_TOP}/"}/system/etc/public.libraries.txt"
/art/
Dtest.py28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable
41 ANDROID_BUILD_TOP,
67 build_command += ' -C ' + ANDROID_BUILD_TOP
/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes27 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then
32 ASM_CLASSPATH="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
/art/test/
Drun-test75 if [ -z "$ANDROID_BUILD_TOP" ]; then
76 export ANDROID_BUILD_TOP=$oldwd
83 export OUT_DIR=$ANDROID_BUILD_TOP/$OUT_DIR
95 export DESUGAR="$ANDROID_BUILD_TOP/art/tools/desugar.sh"
106 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;
107 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;
1038 …echo "ABI: 'x86_64'" | cat - "$output" | $ANDROID_BUILD_TOP/development/scripts/stack | tail -n 30…
1070 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \
/art/test/969-iface-super/
Dbuild21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/art/test/960-default-smali/
Dbuild21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh250 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 \
/art/test/979-const-method-handle/
Dbuild20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
/art/test/952-invoke-custom/
Dbuild20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
/art/tools/golem/
Dbuild-target.sh132 if [[ "x$ANDROID_BUILD_TOP" != "x" ]]; then
133 echo "$ANDROID_BUILD_TOP";
/art/tools/build/
Dvar_cache.sh109 # soong_ui.bash must be invoked from $ANDROID_BUILD_TOP or it gets confused and breaks.
/art/test/961-default-iface-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/970-iface-super-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/964-default-iface-init-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/build/
DAndroid.common.mk41 GCOV_PREFIX_STRIP := $(shell echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l)
/art/test/etc/
Drun-test-jar516 AGENTPATH="${WRAPPROPS}=${ANDROID_BUILD_TOP}/art/tools/libjdwp-compat.props,${AGENTPATH}"
607 if [ "${ANDROID_HOST_OUT:0:${#ANDROID_BUILD_TOP}+1}" = "${ANDROID_BUILD_TOP}/" ]; then
611 echo "ANDROID_BUILD_TOP=${ANDROID_BUILD_TOP}"
1118 cd $ANDROID_BUILD_TOP

12