diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 9a879ae3cb9..ada094cc458 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -58,7 +58,6 @@ android { 'res' $$GRADLE_RES_DIRS$$ ] - // libs.srcDirs = ['libs'] aidl.srcDirs = [ 'aidl' $$GRADLE_AIDL_DIRS$$ @@ -67,10 +66,6 @@ android { 'assets' $$GRADLE_ASSET_DIRS$$ ] - jniLibs.srcDirs = [ - 'libs' - $$GRADLE_JNI_DIRS$$ - ] } debug.jniLibs.srcDirs = [ 'libs/debug'