Home | History | Annotate | Download | only in arm

Lines Matching refs:ANDROID_BUILD_TOP

107 if [ -n "$ANDROID_BUILD_TOP" ] ; then
108 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
177 echo " --android=<path> Set Android top-level directory [$ANDROID_BUILD_TOP]"
218 if [ -z "$ANDROID_BUILD_TOP" ] ; then
219 # Assume that we are under $ANDROID_BUILD_TOP/prebuilt/android-arm/kernel
220 ANDROID_BUILD_TOP="`cd \"$PROGDIR\"/../../.. && pwd`"
221 if [ -d "$ANDROID_BUILD_TOP" ]; then
222 echo "Probed Android top-level directory: $ANDROID_BUILD_TOP"
224 echo "ERROR: Can't find Android top-leveld directory. Please define ANDROID_BUILD_TOP"
230 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
251 TOOLCHAIN_DIR="$ANDROID_BUILD_TOP/prebuilt/linux-x86/toolchain/$TOOLCHAIN_NAME/bin"