Let build.py setup NDK

This commit is contained in:
topjohnwu
2020-04-03 03:33:39 -07:00
parent 2f1f68f12f
commit 67d746a62c
22 changed files with 193 additions and 109 deletions

View File

@@ -2,6 +2,8 @@ apply plugin: 'com.android.library'
android {
ndkVersion '0.0.0'
externalNativeBuild {
ndkBuild {
path 'jni/Android.mk'