Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 37) sorted by relevance
12
/art/ |
D | test.py | 28 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/ |
D | run_build_test_target.py | 70 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)
|
D | env.py | 69 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/ |
D | buildbot-utils.sh | 71 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"
|
D | boot-image-profile-configure-device.sh | 21 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 35 cd "$ANDROID_BUILD_TOP"
|
D | generate_cmake_lists.py | 70 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,
|
D | buildbot-sync.sh | 29 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" \
|
D | boot-image-profile-generate.sh | 36 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 78 cd "$ANDROID_BUILD_TOP"
|
D | run-libjdwp-tests.sh | 117 if [ -z "$ANDROID_BUILD_TOP" ]; then 121 args+=(--jdwp-path $ANDROID_BUILD_TOP/"prebuilts/jdk/jdk17/linux-x86/lib/libjdwp.so")
|
D | compile-jar.sh | 37 $ANDROID_BUILD_TOP/art/tools/compile-jar.py --arch=$ISA --odex-file=$OUTPUT $FILE $@
|
D | compile-classes.sh | 34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
|
D | run-jdwp-tests.sh | 26 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/ |
D | runtests.sh | 38 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/ |
D | build-classes | 22 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/ |
D | generate-sources | 21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
|
/art/test/969-iface-super/ |
D | generate-sources | 21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
|
/art/tools/runtime_memusage/ |
D | sanitizer_logcat_analysis.sh | 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 \
|
/art/test/2034-spaces-in-SimpleName/ |
D | generate-sources | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
/art/test/952-invoke-custom/ |
D | generate-sources | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
D | javac_post.sh | 19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
/art/test/2265-const-method-type-cached/ |
D | javac_post.sh | 19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
D | generate-sources | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
/art/test/979-const-method-handle/ |
D | generate-sources | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
D | javac_post.sh | 19 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-9.6.jar"
|
/art/tools/golem/ |
D | build-target.sh | 132 if [[ "x$ANDROID_BUILD_TOP" != "x" ]]; then 133 echo "$ANDROID_BUILD_TOP";
|
12