Use Ndk.abiFilters to include native dependencies
ndk.abiFilters should be used to manage what dependencies are included in the apk. This would be added to the gradle build file of firefox.
ndk.abiFilters should be used to manage what dependencies are included in the apk. This would be added to the gradle build file of firefox.
Trac:
Parent Ticket: #30168 (moved)
I tried adding the filters to the mobile/android/app/build.gradle file. The packaged apk had the correct firefox libraries but none of the dependent native libraries from the aar dependencies. I'll need to investigate why this is the case.
As a work-around, I made some modifications in the tor-browser project to handle the inclusion/exclusion through zip/unzip commands.
That's a nice thing to have and we should work on it, but it is no blocker for 8.5.
Trac:
Keywords: tbb-8.5-must deleted, tbb-8.5 added
mentioned in issue #30168 (moved)