2
0
mirror of https://github.com/godotengine/godot.git synced 2025-04-13 01:00:35 +08:00

Fix (potentially) Android libs packaging issue ()

This commit is contained in:
Pedro J. Estébanez 2016-09-07 02:36:11 +02:00
parent 6f7b2d277f
commit e9065632c6

@ -67,7 +67,6 @@ android {
$$GRADLE_ASSET_DIRS$$
]
jniLibs.srcDirs = [
'libs'
$$GRADLE_JNI_DIRS$$
]
}