commit | a9646fbc579d33fe29219c16a12964aab760e923 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Fri Mar 29 17:22:20 2019 +0800 |
committer | paulhu <paulhu@google.com> | Wed Apr 03 17:49:36 2019 +0800 |
tree | 3cfb70d32de6884a3b7f632f3d0d6c4939a64c84 | |
parent | 5758c87a8fe91cb0cab4a32bfe306a7df537be11 [diff] |
Move attach*Filter() and addArpEntry() methods to NetworkStack The SocketUtils.attach*Filter and SocketUtils.addArpEntry methods were added there because they could not be added as JNI inside the NetworkStack. This was not possible because on Go devices, the NetworkStack was a jar library. But now, Go also uses an APK. Hence, move these methods to the NetworkStack. Change-Id: I1d88a0f0be23f2b15d5103fa092b9bf982329d7c Fix: 129433183 Test: atest NetworkStackTests FrameworksNetTests