Skip to content
Snippets Groups Projects
Commit 03193751 authored by Xiao Ma's avatar Xiao Ma
Browse files

Apply more generic AIDL package name on jarjar rule.

Since we created a new package(android.net.networkstack.aidl)
particularly for new added stable AIDL files, using generic
wildcards instead of enumerating each specific parcelable name.

Bug: 157534516
Test: atest FrameworksNetTests
Change-Id: I83f7ef42d0af1d691abd4b5892b079d4ab17e6b4
parent dc0b992c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ rule android.net.ipmemorystore.IOnStatusListener* com.android.wifi.x.@0
rule android.net.ipmemorystore.NetworkAttributesParcelable* com.android.wifi.x.@0
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.quirks.IPv6ProvisioningLossQuirk* com.android.wifi.x.@0
rule android.net.networkstack.aidl.** com.android.wifi.x.@0
# Net utils (includes Network Stack helper classes).
rule android.net.DhcpResults* com.android.wifi.x.@0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment