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
This commit is contained in:
Tom Cherry
2020-09-16 16:52:29 -07:00
parent cc79a6f514
commit a646a9de11

View File

@@ -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",