зеркало из https://github.com/mozilla/gecko-dev.git
f4f54e5aeb
We're currently using NDK r15c, which is rather old, and happens to come with a buggy gold linker. Let's use a more recent NDK, with a fixed linker. Unfortunately, we're currently at NDK API level 9, which the newer NDK doesn't provide for x86 anymore. But that corresponds to Gingerbread (2.3), which we've long stopped supporting. On the SDK side, we already dropped support of versions before Jelly Bean, so we can do the same on the NDK side. That corresponds to API level 16. So let's just use that as a baseline. Another change in the newer NDK is that the target-name changed from i386-linux-android to i686-linux-android, so adjust for that in the android x86 mozconfigs. |
||
---|---|---|
.. | ||
build | ||
fallible | ||
gtest | ||
mozalloc | ||
replace | ||
volatile | ||
app.mozbuild | ||
moz.build | ||
moz.configure |