commit | 57bca318f1401c200a75aa20e0f1e9e97f69131a | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Tue Apr 21 19:49:32 2020 -0700 |
committer | David Su <dysu@google.com> | Wed Apr 22 05:40:28 2020 +0000 |
tree | 02472aaab01e8ab5a12d4510c1093669b299a1c9 | |
parent | 0bfa60f20bed36fedea4594902cc2e1cb8645b37 [diff] |
framework-wifi: remove duplicate classes Preconditions & Inet4AddressUtils are statically linked into both framework-wifi and service-wifi. This creates duplicate classes, which should be avoided. Instead, service-wifi should simply refer to the copy of Preconditions/Inet4AddressUtils in framework-wifi. Bug: 153596226 Test: device boots up and connects to wifi Change-Id: Ie78e5cf0f6ff7bc8a2fa8d7264b742f912601143