Fix test data provider part for Fast Pair SystemAPI removal in T.

Directly link "framework-nearby-static" as static library to
"NearbyFastPairSeekerDataProvider" to workaround system API removal.

Test: Build pass with mmm packages/modules/Connectivity/nearby
Test: Manual test with PixelBuds-A, the halfsheet popup, go/ml-fp-dp-tool
Bug: 227513829
Ignore-AOSP-First: nearby_not_in_aosp_yet
Change-Id: I434830981147568c7637f7ed0578658e17a52e87
diff --git a/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/Android.bp b/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/Android.bp
index a6d51ca..1fcee37 100644
--- a/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/Android.bp
+++ b/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/Android.bp
@@ -21,6 +21,8 @@
     srcs: ["shared/**/*.kt"],
     sdk_version: "test_current",
     static_libs: [
+        // TODO(b/227513829): Remove "framework-nearby-static" once Fast Pair system APIs add back.
+        "framework-nearby-static",
         "guava",
         "gson-prebuilt-jar",
     ],