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:
Jan-Erik Rediger 2021-08-10 07:49:09 +00:00
Родитель 9371a241d6
Коммит 123198cf63
1 изменённых файлов: 1 добавлений и 0 удалений

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

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