Use LLD for Android
LLD is included in the NDK, so everyone has it.
We need this line:
ac_add_options --enable-linker=lld
Otherwise, we'll get an error during configure, both in tor-browser-build and in local builds.
LLD is included in the NDK, so everyone has it.
We need this line:
ac_add_options --enable-linker=lld
Otherwise, we'll get an error during configure, both in tor-browser-build and in local builds.