Specify ANDROID_ARM_MODE in 32-bit ARM builders.

This resolves the TODO added in
https://boringssl-review.googlesource.com/c/boringssl/+/45544, though
it's only a temporary solution. An even future NDK will make this
impossible altogether. (See bug.)

I've specified this via the cmake_flags property, though most of the
other CMake options are still hard-coded into the recipe. I still need
to go shift all the CMake parameters into this file, so we can specify
bots without having to update the recipe so often.

Bug: 454
Change-Id: I31d81583a690acaec3ccc4df4f6510771d95aabd
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/50165
Reviewed-by: Adam Langley <agl@google.com>
3 files changed
tree: bb35a1e4041ef4fbcd46833172841b9e93f91c7b
  1. generated/
  2. codereview.settings
  3. main.star
  4. OWNERS
  5. PRESUBMIT.py
  6. README.md
README.md

This branch contains configurations for BoringSSL's CI and CQ. To modify, edit main.star and then rerun ./main.star to regenerate the generated files.