Enable logging and use __ANDROID__ instead of __BRILLO__.

Drop the __BRILLO__ #define, instead using the existing
__ANDROID__ define set by the toolchain and setting a new
__ANDROID_HOST__ define when building for the host.

Also use Android logging when __ANDROID__ is defined.

Bug: 23358460
Change-Id: I0d86eac8af381b002a3d46d8a95434c7e24518bd

(Reconstructed from f0d9a7aa9bcf9e047928bf55d2174eebd1a14aa6)
2 files changed
tree: df4dfe013be76d4159c1528d6113c1c247c037b7
  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.