commit | 310da6f0e8cbe782aaba722023b55fc214abac06 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Feb 14 18:04:20 2019 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Feb 14 20:43:43 2019 +0900 |
tree | 82c83b86a821bbfc123d4406824ce73e67e894ec | |
parent | 5a1b74b6d58ddf05e4450da6c2bd2e5d340d0a0d [diff] |
Move NetworkStack to services.net NetworkStack is only used in services.net or clients of services.net. It cannot stay in framework.jar because it needs to depend on AIDL interfaces, which would conflict with app implementations if they were in framework.jar. (cherry-pick of aosp/905233 with trivial conflicts in SystemServer.java) Test: atest FrameworksNetTests NetworkStackTests Bug: 124033493 Change-Id: I501b125a388c1100c2182bde4670944c2f0d7a02