Commit 66a17625 authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

Add NDK compiler to PATH under Android

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit b6471932)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b021b4e4
......@@ -180,6 +180,7 @@ case "${OS}" in
linux-androideabi)
check_android_sdk
add_make_enabled "HAVE_LINUX" "HAVE_ANDROID"
add_make "PATH = ${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/:${PATH}"
;;
*linux*)
add_make_enabled "HAVE_LINUX"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment