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

View file

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