зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1670261 - GeckoView: Ignore the JNA module. r=agi,firefox-build-system-reviewers,nalexander
Otherwise we end up with `libjnidispatch.so` for all targets in the final APK, which we don't want. Depends on D121100 Differential Revision: https://phabricator.services.mozilla.com/D122104
This commit is contained in:
Родитель
9371a241d6
Коммит
123198cf63
|
@ -231,6 +231,7 @@ configurations {
|
|||
// No need to include libglean_ffi.so here or for GeckoView consumers.
|
||||
// If those consumers use Glean, they'll get the FFI through GeckoView anyway.
|
||||
all*.exclude group: 'org.mozilla.telemetry', module: 'glean-native'
|
||||
all*.exclude group: 'net.java.dev.jna', module: 'jna'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Загрузка…
Ссылка в новой задаче