Skip to content

Commit

Permalink
Fix a bug in sample app's build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Aug 4, 2021
1 parent 72d1b78 commit 9527aa5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xunwind_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ android {
minifyEnabled false
}
}
buildFeatures {
prefab true
if (!rootProject.ext.dependencyOnLocalLibrary) {
buildFeatures {
prefab true
}
}
packagingOptions {
pickFirst '**/libxunwind.so'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 9527aa5

Please sign in to comment.