Home
last modified time | relevance | path

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

12

/art/
Dtest.py28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable
43 testrunner = os.path.join('./', ANDROID_BUILD_TOP, TEST_RUNNER)
66 build_command = ANDROID_BUILD_TOP + '/build/soong/soong_ui.bash --make-mode'
70 if subprocess.call(build_command.split(), cwd=ANDROID_BUILD_TOP):
/art/test/testrunner/
Drun_build_test_target.py70 if not os.path.isdir(env.ANDROID_BUILD_TOP + '/frameworks/base'):
89 ANDROID_BUILD_TOP = env.ANDROID_BUILD_TOP,
114 os.chdir(env.ANDROID_BUILD_TOP)
129 os.path.join(env.ANDROID_BUILD_TOP,
134 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/
Dbuildbot-utils.sh71 if [[ -z $ANDROID_BUILD_TOP ]]; then
81 SSH_CONFIG=$ANDROID_BUILD_TOP/art/test/testrunner/ssh_config
92 export ART_TEST_VM_DIR="$ANDROID_BUILD_TOP/vm/$TARGET_ARCH"
Dboot-image-profile-configure-device.sh21 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
35 cd "$ANDROID_BUILD_TOP"
Dgenerate_cmake_lists.py70 ANDROID_BUILD_TOP = get_android_build_top()
72 …subprocess.check_output('build/soong/soong_ui.bash --make-mode', shell=True, cwd=ANDROID_BUILD_TOP)
74 out_art_cmakelists_dir = os.path.join(ANDROID_BUILD_TOP,
Dbuildbot-sync.sh29 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
62 $ART_RSYNC_CMD "$ANDROID_BUILD_TOP/art/tools/public.libraries.buildbot.txt" \
65 adb push "$ANDROID_BUILD_TOP/art/tools/public.libraries.buildbot.txt" \
Dboot-image-profile-generate.sh36 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
78 cd "$ANDROID_BUILD_TOP"
Drun-libjdwp-tests.sh117 if [ -z "$ANDROID_BUILD_TOP" ]; then
121 args+=(--jdwp-path $ANDROID_BUILD_TOP/"prebuilts/jdk/jdk17/linux-x86/lib/libjdwp.so")
Dcompile-jar.sh37 $ANDROID_BUILD_TOP/art/tools/compile-jar.py --arch=$ISA --odex-file=$OUTPUT $FILE $@
Dcompile-classes.sh34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
Drun-jdwp-tests.sh26 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
116 if [ "${ANDROID_HOST_OUT:0:${#ANDROID_BUILD_TOP}+1}" = "${ANDROID_BUILD_TOP}/" ]; then
120 echo "ANDROID_BUILD_TOP=${ANDROID_BUILD_TOP}"
/art/build/apex/
Druntests.sh38 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
39 export ANDROID_BUILD_TOP=$(pwd)
40 if [[ ! -x "$ANDROID_BUILD_TOP/build/soong/soong_ui.bash" ]]; then
50 vars="$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash \
57 if [ ! -d $ANDROID_BUILD_TOP/frameworks/base ]; then
/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes22 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then
27 ASM_CLASSPATH="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
/art/test/960-default-smali/
Dgenerate-sources21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/art/test/969-iface-super/
Dgenerate-sources21 ${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/2034-spaces-in-SimpleName/
Dgenerate-sources20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
/art/test/952-invoke-custom/
Dgenerate-sources20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
Djavac_post.sh19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
/art/test/2265-const-method-type-cached/
Djavac_post.sh19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
Dgenerate-sources20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
/art/test/979-const-method-handle/
Dgenerate-sources20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
Djavac_post.sh19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
/art/tools/golem/
Dbuild-target.sh132 if [[ "x$ANDROID_BUILD_TOP" != "x" ]]; then
133 echo "$ANDROID_BUILD_TOP";

12