Nearby CHRE/Mainline integration for Fast Pair.
See go/fp-chre for details. This change has been verified on device with
mock BLE event to support Fast Pair fitler update, device discovery, and
screen on notification to CHRE.
Test: unit tests and on device tests.
Fix: 232286342
Ignore-AOSP-First: nearby_not_in_aosp_yet
Change-Id: Ifd73882c804d3c8a998cd4b9a263fdecbc0f98f7
diff --git a/service/proguard.flags b/service/proguard.flags
index 94397ab..cffa490 100644
--- a/service/proguard.flags
+++ b/service/proguard.flags
@@ -8,11 +8,10 @@
# Prevent proguard from stripping out any nearby-service and fast-pair-lite-protos fields.
-keep class com.android.server.nearby.NearbyService { *; }
--keep class com.android.server.nearby.service.proto { *; }
# The lite proto runtime uses reflection to access fields based on the names in
# the schema, keep all the fields.
# This replicates the base proguard rule used by the build by default
# (proguard_basic_keeps.flags), but needs to be specified here because the
# com.google.protobuf package is jarjared to the below package.
--keepclassmembers class * extends com.android.connectivity.com.google.protobuf.MessageLite { <fields>; }
+-keepclassmembers class * extends android.net.connectivity.com.google.protobuf.MessageLite { <fields>; }