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:
parent
51ce6b0acc
commit
6ddbb00e24
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue