[build]: support NDK-17 and above

Change-Id: I59bb0a1ad06a3e6d2a2b51610c528ade61e9c5d3
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
Johnson Ding
2021-01-07 18:37:59 +08:00
committed by Herman Chen
parent 5f748ee931
commit 643d2116f8
3 changed files with 16 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
BUILD_TYPE="Release"
ANDROID_ABI="armeabi-v7a"
ANDROID_ABI="armeabi-v7a with NEON"
#Specify Android NDK path if needed
#ANDROID_NDK=