From 7271ff603d67585d281839fe58e198275c851e75 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 2 Apr 2013 14:09:59 +0200 Subject: Add ANDROID_SDK_PATH and ANDROID_NDK_PATH to generated Makefile. Previously it was sufficient to set those variables when running configure. Since ANDROID_NDK_PATH is now also used in the Android Makefile set both variables in the generated Makefile as well -- not everyone has (or wants) to set them globally in the environment. Change-Id: Ib64ffeea379c58c9d361b3fbfefb67084dce666c --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 353b991b04..0ce5f2cbec 100755 --- a/tools/configure +++ b/tools/configure @@ -4042,6 +4042,8 @@ export ROCKBOX_LIBRARY_PATH=${libdir} export SDLCONFIG=${sdl} export LCDORIENTATION=${lcd_orientation} export ANDROID_ARCH=${ANDROID_ARCH} +export ANDROID_NDK_PATH=${ANDROID_NDK_PATH} +export ANDROID_SDK_PATH=${ANDROID_SDK_PATH} CONFIGURE_OPTIONS=${cmdline} -- cgit v1.2.3