libnetd_server: avoid vector<const T>

A container of const T uses std::allocator<const T>, which was an
undocumented libc++ extension that has been removed.

See https://github.com/llvm/llvm-project/pull/96319.

Bug: 349681543
Test: m libnetd_server
Change-Id: I1e97b0685fd94dc11f1c58c7fa05e1dd140d8172
1 file changed
tree: f9b8fa347aa2b7025275d329ddc88d6d046ee318
  1. client/
  2. include/
  3. netutils_wrappers/
  4. server/
  5. tests/
  6. .editorconfig
  7. Android.bp
  8. NOTICE
  9. OWNERS
  10. PREUPLOAD.cfg
  11. TEST_MAPPING