Home
last modified time | relevance | path

Searched refs:ANDROID_TOP (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/build/
Dcommon.sh457 unset ANDROID_TOP
464 ANDROID_TOP=$ANDROID_BUILD_TOP
465 log "ANDROID_TOP found at $ANDROID_TOP"
468 ANDROID_CONFIG_MK=$ANDROID_TOP/build/core/config.mk
470 ANDROID_CONFIG_MK=$ANDROID_TOP/config/envsetup.make
474 unset ANDROID_TOP
478 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 …]
/external/v8/
DSConstruct39 # ANDROID_TOP is the top of the Android checkout, fetched from the environment
42 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 …]
/external/qemu/
Dandroid-configure.sh217 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties
230 GLES_INCLUDE=$ANDROID_TOP/development/tools/emulator/opengl/host/include