Add Android mojo_core binaries to Chrome deployment

[This is essentially a re-land of
https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1066085
with some bugs addressed.]

Copies the 32- and 64-bit mojo_core DSOs built against the Android NDK
along with the rest of the cros Chrome deployment.

Stripping is disabled here because the toolchain used by chromite (at
least in TestSimpleChromeWorkflow on pfq) is incapable of stripping such
binaries (see https://crbug.com/846393). This is fine since they're already
stripped at build-time with an appropriate toolchain anyway.

These files are also completely excluded from the
chromite.cros.test.image_test.SymbolsTest.TestImportedSymbolsAreAvailable
since their NDK symbol imports can't be satisfied within the test
environment (see https://crbug.com/848082).

Bug: 822034
Change-Id: Ida58ed66ddcdc17d814500a8699aeb6c50ae8833
Reviewed-on: https://chromium-review.googlesource.com/1106281
Commit-Ready: Ken Rockot <rockot@chromium.org>
Tested-by: Ken Rockot <rockot@google.com>
Reviewed-by: Dan Erat <derat@chromium.org>
2 files changed