Add framework-connectivity-t to sl4a

As sl4a builds against hidden connectivity APIs with
framework-connectivity, also add framework-connectivity-t for APIs moved
in T.

Bug: 197717846
Test: m
Change-Id: I98c242b6bb0493ec3ddea4cd3944c6089139297c
Merged-In: I98c242b6bb0493ec3ddea4cd3944c6089139297c
diff --git a/Common/Android.bp b/Common/Android.bp
index ad42d29..26b495c 100644
--- a/Common/Android.bp
+++ b/Common/Android.bp
@@ -39,6 +39,7 @@
     libs: [
         "framework-wifi.impl", // allow SL4A to access @hide Wifi APIs
         "framework-connectivity.impl",
+        "framework-connectivity-tiramisu.impl",
         "framework",
 
         "telephony-common",