Add test activiy to TestSatelliteApp for SatelliteManagerWrapper

Added test activity to enhance the ability to test public APIs run by GMS core apps

Bug: 305647534
Test: manual
  1. Install SatelliteTestApp
  2. run Test test satellite wrapper activity
Change-Id: I060897e63b6735b1a45bda61b2005df7820bed16
diff --git a/testapps/TestSatelliteApp/Android.bp b/testapps/TestSatelliteApp/Android.bp
index fd3c424..78d125d 100644
--- a/testapps/TestSatelliteApp/Android.bp
+++ b/testapps/TestSatelliteApp/Android.bp
@@ -11,6 +11,9 @@
         "src/**/*.java",
         "src/**/I*.aidl",
     ],
+    static_libs: [
+        "SatelliteClient",
+    ],
     owner: "google",
     privileged: true,
     certificate: "platform",