--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
It doesn't look like there is a matching trybot for this builder. At the very least, there should be, so can you file a bug asking for that so we can make sure we add them?
In the meantime, you can either test this config locally or you can modify the MB config for one of the existing trybots to test it (if you need help with this you can follow up in said bug or with me or one of the android folks off-thread).As to fixing it, modifying //base/BUILD.gn to not include those files when arm_version=6 is what I'd do.
--
You are indeed reading the wrong documentation. -M refers to the microcontroller variants of the ARM architecture and has nothing to do with any CPU that can run Android. :)
The "application processor" architecture is the relevant one, which is suffixed -A if it has a suffix at all (it is often not included as this is the "classic" ARM architecture and used to be the only one that existed). For some arcane reason the -A docs are mostly not publicly available on the internet; I think ARM want you to buy the manual. The -M docs are free and so people often find these by mistake :)
However, the architecture docs probably don't explain it at all, because it's probably implementation dependent (since many implementations implement it as a NOP).