diff options
-rw-r--r-- | framework/jarjar-rules.txt | 2 | ||||
-rw-r--r-- | service/Android.bp | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/framework/jarjar-rules.txt b/framework/jarjar-rules.txt index 9d84c090e7..64c2138afa 100644 --- a/framework/jarjar-rules.txt +++ b/framework/jarjar-rules.txt @@ -38,6 +38,7 @@ rule android.net.ipmemorystore.NetworkAttributesParcelable* com.android.wifi.x.@ rule android.net.ipmemorystore.SameL3NetworkResponseParcelable* com.android.wifi.x.@0 rule android.net.ipmemorystore.StatusParcelable* com.android.wifi.x.@0 rule android.net.networkstack.aidl.** com.android.wifi.x.@0 +rule android.net.netd.aidl.** com.android.wifi.x.@0 # Net utils (includes Network Stack helper classes). rule android.net.DhcpResults* com.android.wifi.x.@0 @@ -71,6 +72,7 @@ rule android.net.util.NetworkConstants* com.android.wifi.x.@0 rule android.net.util.InterfaceParams* com.android.wifi.x.@0 rule android.net.util.SharedLog* com.android.wifi.x.@0 rule android.net.util.NetUtils* com.android.wifi.x.@0 +rule android.net.NativeNetworkConfig* com.android.wifi.x.@0 # We don't jar-jar the entire package because, we still use some classes (like # AsyncChannel in com.android.internal.util) from these packages which are not diff --git a/service/Android.bp b/service/Android.bp index 3e13d3da2b..1afd608baf 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -106,7 +106,9 @@ java_library { "libprotobuf-java-lite", "libnanohttpd", "modules-utils-locallog", - "services.net-module-wifi", + "netd-client", + "networkstack-client", + "net-utils-services-common", "wifi-lite-protos", "wifi-nano-protos", ], |