mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
configure: re-export FUNKEY_SDK_PATH
Change-Id: I41bb5ba91fd69a40f2136315c6f27b00c78a7792
This commit is contained in:
parent
68a5524a48
commit
8e9125ee28
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -4588,6 +4588,7 @@ fi
|
|||
simcc "checkwps"
|
||||
toolset='';
|
||||
GCCOPTS='';
|
||||
LDOPTS='';
|
||||
rbdir='.'
|
||||
extradefines="$extradefines -DDEBUG"
|
||||
appsdir='$(ROOTDIR)/tools/checkwps';
|
||||
|
@ -4620,6 +4621,7 @@ fi
|
|||
toolset='';
|
||||
t_cpu='';
|
||||
GCCOPTS='';
|
||||
LDOPTS='';
|
||||
extradefines="$extradefines -DDEBUG -DWARBLE"
|
||||
output='warble.'${modelname};
|
||||
echo "Warble build selected"
|
||||
|
@ -5125,6 +5127,7 @@ export LCDORIENTATION=${lcd_orientation}
|
|||
export ANDROID_ARCH=${ANDROID_ARCH}
|
||||
export ANDROID_NDK_PATH=${ANDROID_NDK_PATH}
|
||||
export ANDROID_SDK_PATH=${ANDROID_SDK_PATH}
|
||||
export FUNKEY_SDK_PATH=${FUNKEY_SDK_PATH}
|
||||
export ANDROID_PLATFORM_VERSION=${ANDROID_PLATFORM_VERSION}
|
||||
export TOOLSET=${toolset}
|
||||
export PIPER_MODEL_DIR=${PIPER_MODEL_DIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue