diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-24 18:24:06 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-02 10:59:02 +0530 |
commit | 3924d3058706f9d495b9d528a40673940e0b2773 (patch) | |
tree | 10c6704adf69066c528ce1a10651989d592437ed /config | |
parent | 491b7143b5fc122641e03101b7f5cfd9bc5c7a9e (diff) |
openssl.recipe: Upgrade to 1.1.1
Lots of changes in the build system.
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 |