[Satellite][WIP] Bind PSS with SatelliteTestApp

Earlier this test app is used to test SatelliteService. With this new
activity, PixelSatelliteService (Child class) can also be tested.

CL includes:
- SatelliteTestApp binds PixelSatelliteService.
- APIs of PSS can be triggered from UI.
- Multiple iterations can be triggered.
- Calculate time taken by the request.


Bug: 395782973
Doc: go/satellite-test-app
Test: manual
Flag: TEST_ONLY
Change-Id: I51395a53be5c10391c5c8452739414bb9bde397b
diff --git a/testapps/TestSatelliteApp/Android.bp b/testapps/TestSatelliteApp/Android.bp
index 78d125d..fa95de6 100644
--- a/testapps/TestSatelliteApp/Android.bp
+++ b/testapps/TestSatelliteApp/Android.bp
@@ -13,6 +13,7 @@
     ],
     static_libs: [
         "SatelliteClient",
+        "google-satellite",
     ],
     owner: "google",
     privileged: true,