diff options
| author | 2020-04-09 02:33:58 +0000 | |
|---|---|---|
| committer | 2020-04-09 02:33:58 +0000 | |
| commit | 466397c4e98a171328dcee96824cd58e131d4fb9 (patch) | |
| tree | 63a99fd384417b9694b106af936778f41b700071 | |
| parent | 0fcab06f8023b0a8002fe64cdbbf4703f0900dc3 (diff) | |
| parent | 21eb629baa927973da09277d8e56336a1a5292a0 (diff) | |
Merge "wifi(jar-jar): Jar-jar HIDL stubs to a separate namespace" into rvc-dev
| -rw-r--r-- | wifi/jarjar-rules.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wifi/jarjar-rules.txt b/wifi/jarjar-rules.txt index eeb006ee6ab2..cf11f4347503 100644 --- a/wifi/jarjar-rules.txt +++ b/wifi/jarjar-rules.txt @@ -53,6 +53,9 @@ rule com.google.protobuf.** com.android.server.x.wifi.protobuf.@1 rule com.android.internal.messages.SystemMessageProto* com.android.server.x.wifi.messages.SystemMessageProto@1 # Use our statically linked PlatformProperties library rule android.sysprop.** com.android.server.x.wifi.sysprop.@1 +# Use our statically linked HIDL stubs +rule android.hardware.** com.android.server.x.wifi.hardware.@1 +rule android.hidl.** com.android.server.x.wifi.hidl.@1 # used by both framework-wifi and wifi-service rule android.content.pm.BaseParceledListSlice* android.x.net.wifi.util.BaseParceledListSlice@1 |