diff options
author | Xiao Ma <xiaom@google.com> | 2020-10-29 15:26:24 +0900 |
---|---|---|
committer | Xiao Ma <xiaom@google.com> | 2020-10-30 02:51:23 +0000 |
commit | 0319375174610779786c0c714fb2e7ec5f72f7d4 (patch) | |
tree | e3fcce705003115f352b587ceb3c2a84f9ecdc0a /wifi | |
parent | dc0b992c75a594d0ce9feb3a3339b81963fbfe49 (diff) |
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
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/jarjar-rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/jarjar-rules.txt b/wifi/jarjar-rules.txt index 5c0283c680c8..b489be23b737 100644 --- a/wifi/jarjar-rules.txt +++ b/wifi/jarjar-rules.txt @@ -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 |