mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-13 04:43:42 +08:00
[build]: support NDK-17 and above
Change-Id: I59bb0a1ad06a3e6d2a2b51610c528ade61e9c5d3 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:

committed by
Herman Chen

parent
5f748ee931
commit
643d2116f8
@@ -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=
|
||||
|
Reference in New Issue
Block a user