summaryrefslogtreecommitdiff
path: root/multinetwork
AgeCommit message (Collapse)Author
2018-05-09Convert more of system/extras to SoongDan Willemsen
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras; mma Test: for the modules changing locations, check cs/ for references Change-Id: I4ffd99d3dcf50e4d5cb2197824abc11973214133
2018-03-10Remove obsolete BRILLO variableDan Willemsen
Test: none Change-Id: I1b15b23061b9130045b9da5114db6cfc71167bde
2017-10-20Use -Werror in system/extrasChih-Hung Hsieh
* Remove unused variables. * Fix redefined macro warnings. * Fix sign-compare warnings. * Fix 'return false' in main(). * Keep existing warnings to fix later. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib92ef5297693595fb84ed4f8e61665bda4cee312
2017-08-03Fix clang-tidy performance-* warnings in system/extras.Chih-Hung Hsieh
* Use const reference parameter type to avoid unnecessary copy. * Use more efficient overloaded string methods. Bug: 30407689 Bug: 30411878 Test: build with WITH_TIDY=1 Change-Id: I558d482910c8a53c042d876848e35cdce8b8c15b
2016-10-08Rely on the platform -std default.Elliott Hughes
Bug: http://b/32019064 Test: builds Change-Id: I301b223df84ffdea7c93b5c735c859abcc5bb220
2016-08-24Don't include multinetwork tools in Brillo.Alex Deymo
These tools depend on libandroid, which is not present in Brillo. Bug: 31068444 Change-Id: I0565775ab3effa910149f28bef790b6fed4e6485 Test: `make dist`
2016-06-07Do not build multinetwork tools when targeting the PDKErik Kline
Bug: 29071416 Change-Id: Ie39cad3151907aabbf523895d6cde37b82ff29a2
2016-05-30Add multinetwork debugging tools, dnschk and httpurlErik Kline
Bug: 19537384 Bug: 27199751 Bug: 28719525 Change-Id: Ie983ec12ac6c550fa76c89cd44343220688a99b4