Skip to content

Commit

Permalink
bugfix:
Browse files Browse the repository at this point in the history
Include TransitiveDependentProject to this method to ensure abiFlag work correct
  • Loading branch information
xufan committed Mar 24, 2017
1 parent 29fd8ba commit 0a5eb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ class AppPlugin extends BundlePlugin {
def jniDirs = android.sourceSets.main.jniLibs.srcDirs
if (jniDirs == null) jniDirs = []
// Collect ABIs from AARs
mCompiledProjects.each {
mTransitiveDependentLibProjects.each {
com.android.build.gradle.BaseExtension libAndrioid = it.android
jniDirs += libAndrioid.sourceSets.main.jniLibs.srcDirs
}
Expand Down

0 comments on commit 0a5eb75

Please sign in to comment.