8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00
firebird-mirror/extern/icu/android/env.sh

6 lines
162 B
Bash
Raw Normal View History

2021-02-05 19:06:20 +01:00
#!/bin/sh
export CROSS_BUILD_DIR=`realpath ../linux`
export ANDROID_NDK=${NDK}
export ANDROID_TOOLCHAIN=${NDK_TOOLCHAIN}
export PATH=$ANDROID_TOOLCHAIN/bin:$PATH