diff options
author | volzhs <volzhs@gmail.com> | 2017-05-26 20:44:45 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-05-26 20:44:45 +0900 |
commit | 781ca6773cecb6f56e09b136c69e784e99d09c36 (patch) | |
tree | 4a4a21ce5bd19a0b5c8fcc2b4e0a3edea8369f6c | |
parent | ab938a930f865196983dc0554533f66bc71c43a1 (diff) |
Fix android build regression by be7ced4
-rw-r--r-- | platform/android/build.gradle.template | 5 |
1 files changed, 0 insertions, 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' |