mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix compile error when use "android_add_jni_dir"
This commit is contained in:
parent
17619b5420
commit
69c4c4a20c
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ android {
|
||||||
$$GRADLE_ASSET_DIRS$$
|
$$GRADLE_ASSET_DIRS$$
|
||||||
]
|
]
|
||||||
jniLibs.srcDirs = [
|
jniLibs.srcDirs = [
|
||||||
|
'libs'
|
||||||
$$GRADLE_JNI_DIRS$$
|
$$GRADLE_JNI_DIRS$$
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue