Merge "Include system/core/liblog/include instead of using symlinks"
This commit is contained in:
commit
24ee3605fa
|
@ -205,6 +205,7 @@ func init() {
|
||||||
pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I",
|
pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I",
|
||||||
[]string{
|
[]string{
|
||||||
"system/core/include",
|
"system/core/include",
|
||||||
|
"system/core/liblog/include",
|
||||||
"system/media/audio/include",
|
"system/media/audio/include",
|
||||||
"hardware/libhardware/include",
|
"hardware/libhardware/include",
|
||||||
"hardware/libhardware_legacy/include",
|
"hardware/libhardware_legacy/include",
|
||||||
|
|
Loading…
Reference in New Issue