Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 37) sorted by relevance
12
/art/test/testrunner/ |
D | run_build_test_target.py | 64 if not os.path.isdir(env.ANDROID_BUILD_TOP + '/frameworks/base'): 83 ANDROID_BUILD_TOP = env.ANDROID_BUILD_TOP, 108 os.chdir(env.ANDROID_BUILD_TOP) 122 run_test_command = [os.path.join(env.ANDROID_BUILD_TOP, 127 out_dir = pathlib.PurePath(env.ANDROID_BUILD_TOP).joinpath(out_dir)
|
D | env.py | 69 ANDROID_BUILD_TOP = _get_android_build_top() variable 129 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP, 136 ANDROID_JAVA_TOOLCHAIN = os.path.join(ANDROID_BUILD_TOP,
|
/art/ |
D | test.py | 28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable 41 ANDROID_BUILD_TOP, 65 build_command = ANDROID_BUILD_TOP + '/build/soong/soong_ui.bash --make-mode' 69 if subprocess.call(build_command.split(), cwd=ANDROID_BUILD_TOP):
|
/art/tools/ |
D | dist_linux_bionic.sh | 22 if [[ -z $ANDROID_BUILD_TOP ]]; then 25 pushd $ANDROID_BUILD_TOP
|
D | boot-image-profile-configure-device.sh | 21 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 35 cd "$ANDROID_BUILD_TOP"
|
D | generate_cmake_lists.py | 69 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,
|
D | boot-image-profile-generate.sh | 36 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 78 cd "$ANDROID_BUILD_TOP"
|
D | buildbot-sync.sh | 34 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 69 adb push "$ANDROID_BUILD_TOP/art/tools/public.libraries.buildbot.txt" \
|
D | build_linux_bionic.sh | 23 if [[ -z $ANDROID_BUILD_TOP ]]; then 26 pushd $ANDROID_BUILD_TOP
|
D | compile-jar.sh | 37 $ANDROID_BUILD_TOP/art/tools/compile-jar.py --arch=$ISA --odex-file=$OUTPUT $FILE $@
|
D | build_linux_bionic_tests.sh | 18 if [[ -z $ANDROID_BUILD_TOP ]]; then 21 pushd $ANDROID_BUILD_TOP
|
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/test/900-hello-plugin/ |
D | run | 24 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 35 test_native_lib_path=$("$ANDROID_BUILD_TOP/art/test/utils/get-device-test-native-lib-path" \
|
/art/test/utils/ |
D | get-device-test-native-lib-path | 39 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/ |
D | build-classes | 27 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then 32 ASM_CLASSPATH="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
|
/art/build/apex/ |
D | runtests.sh | 40 [[ -n "$ANDROID_BUILD_TOP" ]] || setup_die 44 flattened_apex_p=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash \ 48 compressed_apex_p=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash \ 53 if [ ! -d $ANDROID_BUILD_TOP/frameworks/base ]; then
|
/art/test/909-attach-agent/ |
D | run | 34 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/ |
D | build | 21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
|
/art/test/960-default-smali/ |
D | build | 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 | build | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
|
/art/test/ |
D | run-test | 75 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" ;; 1123 | $ANDROID_BUILD_TOP/development/scripts/stack | tail -n 3000 1155 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \
|
/art/test/979-const-method-handle/ |
D | build | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
|
/art/test/952-invoke-custom/ |
D | build | 20 export ASM_JAR="${ANDROID_BUILD_TOP}/prebuilts/misc/common/asm/asm-6.0.jar"
|
12