commit | 0fe3b67024bfb4dfe4062c722532f20e35242238 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 20 15:40:57 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 20 15:40:57 2020 -0700 |
tree | 3a763665d52c3576461d40966be4bebab613f6ba | |
parent | 5d0eb6659055fa3eac714a78e294fdd026ac732b [diff] |
Fix logd's implicit dependency on libsysutils. We're trying to remove the implicit dependency on libsysutils that *all* code has via the symlink in system/core/include/, but netd and logd have code that #includes the headers without declaring the dependency (which works out in the end because their executables declare the dependency). Bug: http://b/165825252 Test: treehugger Change-Id: I8c582e427d9dbe7d9f8172c445f38ae2737a9049