mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Fix android build with latest NDK
This commit is contained in:
parent
8a2819256d
commit
2a8edfa206
@ -39,6 +39,9 @@ x86)
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -d "${PROGDIR}/platforms/android-L/arch-${ARCH}" ]; then
|
||||
ANDROID_SDK_VERSION=L
|
||||
fi
|
||||
|
||||
PLATFORM=android-${ANDROID_SDK_VERSION}
|
||||
PLATFORM_ROOT=${PROGDIR}/platforms/${PLATFORM}/arch-${ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user