From 8e9125ee2895e7dbd953cc666c7a124340a762e0 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 30 Jul 2025 10:46:27 -0400 Subject: [PATCH] configure: re-export FUNKEY_SDK_PATH Change-Id: I41bb5ba91fd69a40f2136315c6f27b00c78a7792 --- tools/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/configure b/tools/configure index dadd423e03..86ce8cb155 100755 --- a/tools/configure +++ b/tools/configure @@ -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}