Use shared lib of libpcap in netd instead of static one.
libpcap is used by netd and tcpdump on angler build. Size diffs on angler build image are as follows. netd : 290248 -> 290216 (- 32) tcpdump : 1301840 -> 1024376 (-277464) libpcap.so: 0 -> 307552 (+307552) total : (+ 30056) But libpcap is being linked by some vendors' components. So on such builds, the size diff will be reduced more; it could be negative possibly. Test: building succeeded, and the image was tested on angler. Bug: 33056637 Change-Id: I44d3e8284e5da2ce9f57bb11feba652f056a6465
Loading
Please register or sign in to comment