Searched refs:ANDROID_TOP (Results 1 – 3 of 3) sorted by relevance
457 unset ANDROID_TOP464 ANDROID_TOP=$ANDROID_BUILD_TOP465 log "ANDROID_TOP found at $ANDROID_TOP"468 ANDROID_CONFIG_MK=$ANDROID_TOP/build/core/config.mk470 ANDROID_CONFIG_MK=$ANDROID_TOP/config/envsetup.make474 unset ANDROID_TOP478 ANDROID_TOPDIR=`dirname $ANDROID_TOP`480 ANDROID_TOP=$ANDROID_TOPDIR/`basename $ANDROID_TOP`490 …(cd $ANDROID_TOP && CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core make -f $ANDROID_CONFIG_MK dump…502 ANDROID_PREBUILT=$ANDROID_TOP/prebuilt/$ANDROID_PREBUILT_HOST_TAG[all …]
39 # ANDROID_TOP is the top of the Android checkout, fetched from the environment42 ANDROID_TOP = os.environ.get('TOP')43 if ANDROID_TOP is None:44 ANDROID_TOP=""83 ANDROID_INCLUDES = [ANDROID_TOP + '/bionic/libc/arch-arm/include',84 ANDROID_TOP + '/bionic/libc/include',85 ANDROID_TOP + '/bionic/libstdc++/include',86 ANDROID_TOP + '/bionic/libc/kernel/common',87 ANDROID_TOP + '/bionic/libc/kernel/arch-arm',88 ANDROID_TOP + '/bionic/libm/include',[all …]
217 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties230 GLES_INCLUDE=$ANDROID_TOP/development/tools/emulator/opengl/host/include