diff options
author | Xiao Ma <xiaom@google.com> | 2021-06-24 04:19:47 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-06-24 04:19:47 +0000 |
commit | d6910efffdb0683650fa87b7c68176e26bbd82e9 (patch) | |
tree | adb9cd12cdfd8cd7e883be9bf73c82f93cc0393a | |
parent | 3245ab133d6a3fb3dbf8f60752a9a3f7970b1a37 (diff) | |
parent | 22e3824030d623a6d7d05e41dbc85f0a6e64590a (diff) |
Merge "Remove netlink-client dependency from net-module-wifi." into sc-dev
-rw-r--r-- | services/net/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/net/Android.bp b/services/net/Android.bp index dd864aed4e8e..a822257e1a74 100644 --- a/services/net/Android.bp +++ b/services/net/Android.bp @@ -51,7 +51,6 @@ java_library { // All the classes in netd_aidl_interface must be jarjar so they do not conflict with the // classes generated by netd_aidl_interfaces-platform-java above. "netd_aidl_interface-V3-java", - "netlink-client", "networkstack-client", "modules-utils-build_system", ], |