From a646a9de11afa468e7a40a5f462541ede6b426b5 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 16:52:29 -0700 Subject: [PATCH] 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. Test: treehugger Change-Id: I248a2f0450bbd5da132f67872ec018decba42725 --- cc/config/global.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/global.go b/cc/config/global.go index 32f163d88..a6f79d985 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -201,6 +201,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",