Use -I/usr/include/libchrome

This CL stops using /usr/include/base-${libbase_ver}, which is currently
a symlink pointing to /usr/include/libchrome.

This is part of effort to remove basever in libchrome-related file
names.

BUG=chromium:1094927
TEST=CQ

Change-Id: I6dea1bce1b1d9b42d387b89c8abc980eca69faf3
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/2596698
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Qijiang Fan <fqj@google.com>
Tested-by: Qijiang Fan <fqj@google.com>
1 file changed
tree: 2ba090802d2c1273cc7f04bf8f4c8414cdb5fde4
  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. BASE_VER
  17. BUILD.gn
  18. BUILD.IGNORE
  19. MODULE_LICENSE_BSD
  20. NOTICE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. README.md
  24. 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.