Browse Source

Merge pull request #6415 from RandomShaper/fix-android-build

Fix Android build (#5645)
Rémi Verschelde 9 năm trước cách đây
mục cha
commit
632d2477f6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      platform/android/build.gradle.template

+ 0 - 1
platform/android/build.gradle.template

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