Searched refs:ANDROID_BUILD_TOP (Results 1 – 13 of 13) sorted by relevance
40 readonly ANDROID_BUILD_TOP=$(dirname $(dirname $(dirname "${script_dir}")))41 echo "ANDROID_BUILD_TOP: "${ANDROID_BUILD_TOP}""47 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist54 source ""${ANDROID_BUILD_TOP}"/build/envsetup.sh" >/dev/null176 …system_lib_dir="${ANDROID_BUILD_TOP}"/out/target/product/"${PRODUCT_OUT}"/system/lib"${BITNESS_SUF…181 …system_lib_dir_2nd="${ANDROID_BUILD_TOP}"/out/target/product/"${PRODUCT_OUT}"/system/lib/"${system…
38 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP')39 if not ANDROID_BUILD_TOP:43 return ANDROID_BUILD_TOP
35 ANDROID_BUILD_TOP = utils.get_android_build_top() variable36 DIST_DIR = utils.get_dist_dir(utils.get_out_dir(ANDROID_BUILD_TOP))37 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 'prebuilts/vndk')255 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
191 ANDROID_BUILD_TOP = utils.get_android_build_top()192 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,212 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
351 ANDROID_BUILD_TOP = utils.get_android_build_top()352 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
25 apps=$ANDROID_BUILD_TOP/packages/apps/*40 …for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TO…55 …rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.j…
23 apps=$ANDROID_BUILD_TOP/packages/apps/*
17 apps=$ANDROID_BUILD_TOP/packages/apps/*
8 if [ -z "$ANDROID_BUILD_TOP" ]; then16 source $ANDROID_BUILD_TOP/build/envsetup.sh141 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb145 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
66 cd $ANDROID_BUILD_TOP
31 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable32 if not ANDROID_BUILD_TOP:33 ANDROID_BUILD_TOP = "." variable37 os.chdir(ANDROID_BUILD_TOP)41 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip())158 …available_toolchains = glob.glob("%s/prebuilts/gcc/%s-x86/%s/*-linux-*/bin/" % (ANDROID_BUILD_TOP,…
20 if [ "$PWD" != "$ANDROID_BUILD_TOP" ]; then
84 build_top="$ANDROID_BUILD_TOP"/