summaryrefslogtreecommitdiff
path: root/cc
diff options
context:
space:
mode:
author Tom Cherry <tomcherry@google.com> 2020-09-16 16:52:29 -0700
committer Tom Cherry <tomcherry@google.com> 2020-10-06 10:45:28 -0700
commit6ddbb00e24d37a50c472bb2cba6ad1e0018c7af7 (patch)
tree52aff3ca97539fa68f5eddfa63bfa0a47be12211 /cc
parent51ce6b0accb1648544726a5b8027e829a5540df5 (diff)
Reland: "Include system/core/liblog/include instead of using symlinks"
It seems better to include this path directly rather than creating symlinks in system/core that accomplish the same result. Bug: 165825252 Test: treehugger Change-Id: Ic78f09d86039540a2b0eead45e985b42c553f415
Diffstat (limited to 'cc')
-rw-r--r--cc/config/global.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/global.go b/cc/config/global.go
index d4c626699..97e423a83 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -205,6 +205,7 @@ func init() {
pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I",
[]string{
"system/core/include",
+ "system/core/liblog/include",
"system/media/audio/include",
"hardware/libhardware/include",
"hardware/libhardware_legacy/include",