diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2017-02-13 18:29:00 +0900 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2017-02-14 12:46:43 +0900 |
| commit | 7035f228d17e925116b1b64a7c917b3196ab8818 (patch) | |
| tree | 9b9885872f05379d891a070e84b09b45c0afd37d /server/InterfaceController.cpp | |
| parent | 1e1253aaaf196a76cfdd0bc5e94e6ad2ca4e7b25 (diff) | |
Put most of netd into the android::net namespace.
Test: netd_{unit,integration}_test pass
Test: bullhead builds, boots
Bug: 34873832
Change-Id: I0a252328041b342f9c03cd08c11a69d452b045b3
Diffstat (limited to 'server/InterfaceController.cpp')
| -rw-r--r-- | server/InterfaceController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/InterfaceController.cpp b/server/InterfaceController.cpp index 1d0a8e0d..ed5d8d0e 100644 --- a/server/InterfaceController.cpp +++ b/server/InterfaceController.cpp @@ -32,6 +32,7 @@ using android::base::StringPrintf; using android::base::ReadFileToString; using android::base::WriteStringToFile; +using android::net::RouteController; namespace { |
