Fix Android build paths

(cherry picked from commit 00173a0ef3)
This commit is contained in:
Christian Plattner 2020-11-15 04:38:11 +01:00 committed by akallabeth
parent 0b8cf6ce1d
commit fddde5bdc2
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,8 @@ WITH_JPEG=0
WITH_OPENH264=0
WITH_OPENSSL=0
SRC_DIR=$(pwd)
SRC_DIR=$(dirname "${BASH_SOURCE[0]}")
SRC_DIR=$(realpath "$SRC_DIR")
BUILD_SRC=$(pwd)
BUILD_DST=$(pwd)

View File

@ -19,6 +19,7 @@ function build {
common_run export CC=clang
common_run export PATH=$(${SCRIPT_PATH}/toolchains_path.py --ndk ${ANDROID_NDK}):$ORG_PATH
common_run export ANDROID_NDK
echo "CONFIG=$CONFIG"
echo "DST_PREFIX=$DST_PREFIX"