diff options
author | 2020-10-07 15:11:10 +0000 | |
---|---|---|
committer | 2020-10-07 15:11:10 +0000 | |
commit | a5e9be94764928f7190e011b81503f255a432e62 (patch) | |
tree | 8c0da194b656f0075d1f983dff5ae37fcc7b18b1 /cc | |
parent | 70bc5454079dd5a99fa5342990683524b327e954 (diff) | |
parent | 6ddbb00e24d37a50c472bb2cba6ad1e0018c7af7 (diff) |
Merge "Reland: "Include system/core/liblog/include instead of using symlinks""
Diffstat (limited to 'cc')
-rw-r--r-- | cc/config/global.go | 1 |
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", |