Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 38) 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
133 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP,
140 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
Dboot-image-profile-configure-device.sh21 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
35 cd "$ANDROID_BUILD_TOP"
Dgenerate_cmake_lists.py69 ANDROID_BUILD_TOP = get_android_build_top()
71 …subprocess.check_output('build/soong/soong_ui.bash --make-mode', shell=True, cwd=ANDROID_BUILD_TOP)
73 out_art_cmakelists_dir = os.path.join(ANDROID_BUILD_TOP,
Dboot-image-profile-generate.sh36 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
78 cd "$ANDROID_BUILD_TOP"
Dbuildbot-sync.sh32 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
66 adb push "$ANDROID_BUILD_TOP/art/tools/public.libraries.buildbot.txt" \
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
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
110 if [ "${ANDROID_HOST_OUT:0:${#ANDROID_BUILD_TOP}+1}" = "${ANDROID_BUILD_TOP}/" ]; then
114 echo "ANDROID_BUILD_TOP=${ANDROID_BUILD_TOP}"
Dcompile-jar.sh37 …$(${ANDROID_BUILD_TOP}/art/tools/host_bcp.sh ${OUT}/system/framework/oat/${ISA}/services.odex --us…
/art/test/900-hello-plugin/
Drun24 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
35 test_native_lib_path=$("$ANDROID_BUILD_TOP/art/test/utils/get-device-test-native-lib-path" \
/art/
Dtest.py28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable
41 ANDROID_BUILD_TOP,
67 if subprocess.call(build_command.split(), cwd=ANDROID_BUILD_TOP):
/art/test/utils/
Dget-device-test-native-lib-path39 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
45 ISA=$("$ANDROID_BUILD_TOP/art/test/utils/get-device-isa" "$bitness_flag")
/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/909-attach-agent/
Drun34 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
45 test_native_lib_path=$("$ANDROID_BUILD_TOP/art/test/utils/get-device-test-native-lib-path" \
/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/2029-spaces-in-SimpleName/
Dbuild20 export ASM_JAR="${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" ;;
1090 …echo "ABI: 'x86_64'" | cat - "$output" | $ANDROID_BUILD_TOP/development/scripts/stack | tail -n 30…
1122 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \
/art/build/apex/
Druntests.sh40 [[ -n "$ANDROID_BUILD_TOP" ]] || setup_die
44 flattened_apex_p=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash --dumpvar-mode TARGET_FLATTEN_APEX)\
/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"

12