From 781ca6773cecb6f56e09b136c69e784e99d09c36 Mon Sep 17 00:00:00 2001 From: volzhs Date: Fri, 26 May 2017 20:44:45 +0900 Subject: Fix android build regression by be7ced4 --- platform/android/build.gradle.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 2732fc3c29..fd0907f820 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -56,7 +56,6 @@ android { 'res' $$GRADLE_RES_DIRS$$ ] - // libs.srcDirs = ['libs'] aidl.srcDirs = [ 'aidl' $$GRADLE_AIDL_DIRS$$ @@ -65,10 +64,6 @@ android { 'assets' $$GRADLE_ASSET_DIRS$$ ] - jniLibs.srcDirs = [ - 'libs' - $$GRADLE_JNI_DIRS$$ - ] } debug.jniLibs.srcDirs = [ 'libs/debug' -- cgit v1.2.3