Merge pull request #1123 from mozilla/viaduct-doNotStrip; r=thomcc
fix(config): Disable `doNotStrip` in viaduct build config.
This commit is contained in:
Коммит
6e63d1929a
|
@ -36,12 +36,8 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
// Help folks debugging by including symbols in our native libraries. Yes, this makes the
|
||||
// resulting AAR very large. The Android ecosystem seems to be in flux around who is in charge
|
||||
// of stripping native binaries, but for now let's provide symbols and see how consumers react.
|
||||
packagingOptions {
|
||||
doNotStrip "**/*.so"
|
||||
}
|
||||
// Uncomment to include debug symbols in native library builds.
|
||||
// packagingOptions { doNotStrip "**/*.so" }
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Загрузка…
Ссылка в новой задаче