diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/android.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/android.config b/config/android.config index 53701bfd..6b05878d 100644 --- a/config/android.config +++ b/config/android.config @@ -111,6 +111,9 @@ os.environ['CFLAGS'] = '-Wall -g -Os ' os.environ['CXXFLAGS'] = '-Wall -g -Os ' os.environ['OBJCFLAGS'] = '-Wall -g -Os ' +# Android NDK path +os.environ['ANDROID_NDK'] = toolchain_prefix + # 'universal' is set by cerbero itself when building under a universal regime # so that we can construct different paths to include/lib directories to where # they actually are. Without this we don't know where the headers/libs will |