Merge pull request #8922 from volzhs/fix-android-build

Fix android build regression by 69c4c4a
This commit is contained in:
Rémi Verschelde 2017-05-26 16:00:50 +02:00 committed by GitHub
commit 99f65fcb4f
1 changed files with 0 additions and 5 deletions

View File

@ -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'