Extract test support codes out from snippet to library.
The test support codes like Fast Pair provider simulator and
snippet helper are moved to test_support folder to make test
codes structure more clear. This change creates the following
two folders under tests/multidevices/clients/test_support:
1. fastpair_provider: fast Pair provider simulator library
2. snippet_helper: Mobly snippet event helper library
Test: atest -v CtsSeekerDiscoverProviderTest
BUG: 216079944
Change-Id: I7faccd4cec00a74d59bf0bcfa8316013d169e82e
diff --git a/nearby/tests/multidevices/clients/proguard.flags b/nearby/tests/multidevices/clients/proguard.flags
index 2e34dce..fd494a8 100644
--- a/nearby/tests/multidevices/clients/proguard.flags
+++ b/nearby/tests/multidevices/clients/proguard.flags
@@ -4,7 +4,7 @@
}
# Keep simulator reflection callback.
--keep class com.android.server.nearby.common.bluetooth.fastpair.testing.** {
+-keep class android.nearby.fastpair.provider.** {
*;
}