Build libchrome as shared library on Android.

Add Android.mk and build_config.h files, along with stubs
for gmock, gtest, and protobuf headers in the locations
where Chromium expects them to be. Also patch a few source
files so they'll build.

Bug: 22317122
Change-Id: If4d603b35a23fe4b4caa678935f8ed8f4de6ca7c

(Reconstructed from b910a63ff3111067e79c016f40a7c1baac943405)
2 files changed
tree: d062d8d8220931f7bf958cfd33ff61122c28b45b
  1. base/
  2. build/
  3. components/
  4. crypto/
  5. dbus/
  6. device/
  7. ipc/
  8. libchrome_tools/
  9. mojo/
  10. soong/
  11. testing/
  12. third_party/
  13. ui/
  14. .gitignore
  15. Android.bp
  16. BUILD.gn
  17. BUILD.IGNORE
  18. MODULE_LICENSE_BSD
  19. NOTICE
  20. OWNERS
  21. PRESUBMIT.cfg
  22. README.md
  23. testrunner.cc
README.md

libchrome

Overview

This directory includes the source from Chrome's libbase for use in Chrome OS.

See libchrome.md for more info.