We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d1b78 commit 9527aa5Copy full SHA for 9527aa5
1 file changed
xunwind_sample/build.gradle
@@ -40,12 +40,17 @@ android {
40
minifyEnabled false
41
}
42
43
- buildFeatures {
44
- prefab true
+ if (!rootProject.ext.dependencyOnLocalLibrary) {
+ buildFeatures {
45
+ prefab true
46
+ }
47
48
packagingOptions {
49
pickFirst '**/libxunwind.so'
50
51
+ lintOptions {
52
+ abortOnError false
53
54
55
56
dependencies {
0 commit comments