commit | f74e39eaed2318a26d8e8cd42cc290d793d2b9db | [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 | 5d620d1da8d44190b5b951d6d0b82e43b433645e | |
parent | 2226c91ac10da31de9ef955b0e84ac89892f5aea [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