Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dtest.sh40 readonly ANDROID_BUILD_TOP=$(dirname $(dirname $(dirname "${script_dir}")))
41 echo "ANDROID_BUILD_TOP: "${ANDROID_BUILD_TOP}""
47 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist
54 source ""${ANDROID_BUILD_TOP}"/build/envsetup.sh" >/dev/null
176 …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…
Dutils.py38 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP')
39 if not ANDROID_BUILD_TOP:
43 return ANDROID_BUILD_TOP
Dupdate.py35 ANDROID_BUILD_TOP = utils.get_android_build_top() variable
36 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,
Dcheck_gpl_license.py191 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,
Dgen_buildfiles.py351 ANDROID_BUILD_TOP = utils.get_android_build_top()
352 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
/development/tools/findunused/
Dfindunusedresources25 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…
Dfindunusedstrings23 apps=$ANDROID_BUILD_TOP/packages/apps/*
Dremoveunusedresources17 apps=$ANDROID_BUILD_TOP/packages/apps/*
/development/scripts/
Dgdbclient8 if [ -z "$ANDROID_BUILD_TOP" ]; then
16 source $ANDROID_BUILD_TOP/build/envsetup.sh
141 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb
145 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
Dacov66 cd $ANDROID_BUILD_TOP
Dsymbol.py31 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable
32 if not ANDROID_BUILD_TOP:
33 ANDROID_BUILD_TOP = "." variable
37 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,…
/development/vndk/tools/vndk-compliance/
Dparse-and-fix-errors.sh20 if [ "$PWD" != "$ANDROID_BUILD_TOP" ]; then
/development/vndk/tools/
Dmodify_system_img.sh84 build_top="$ANDROID_BUILD_TOP"/