commit | 02fda9556d121953082edae8fbdac2958e59eceb | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Thu Mar 18 21:35:45 2021 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Mon Mar 22 18:59:41 2021 +0800 |
tree | a4430d1c62e20f771f33c9902d67fdf9ca277d90 | |
parent | 509c7361d3508b9db62da9ed9e3e5e055e9dd7ae [diff] |
Fix IpConfigStore dependencies on framework-connectivity This change fixes IpConfigStore dependencies on framework-connectivity hidden APIs. - Use the version of SystemApi to new RouteInfo. - Inline the implementation of isIPv4Default() directly because isDefaultRoute() is a public API so it can be used in this class. Bug: 178777253 Test: FrameworksServicesTests:IpConfigStoreTest Change-Id: I5ed1bc8bc8bee5b0c795fd8577a2d64628998e51