Merge pull request #1123 from mozilla/viaduct-doNotStrip; r=thomcc

fix(config): Disable `doNotStrip` in viaduct build config.
This commit is contained in:
Ryan Kelly 2019-05-09 18:05:21 +10:00 коммит произвёл GitHub
Родитель d02ba1f504 6348e93570
Коммит 6e63d1929a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

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