commit | 6e12ac60b8704d2188713a573fed69fc8db79fcb | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue Apr 04 13:00:54 2023 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Wed Apr 05 19:30:12 2023 +0900 |
tree | 727f9d2afda6806451340749d432c927332e3432 | |
parent | cf55b1ba5f982c2932a08394385f33de0e090e89 [diff] |
Refactor SocketNetlinkMonitor to make it buildable with system sdk NetlinkMonitor cannot be used when building with system sdk. This CL refactored the SocketNetlinkMonitor into a separate class and use factory method and droidstub to avoid referring NetlinkMonitor when building with system sdk. Test: m service-connectivity-mdns-standalone-build-test Bug: 272392042 Change-Id: I2d97f6fe8a17febd155c81303d86cd558654ddf5