DO NOT MERGE: Add empty stubs for framework-connectivity-t

Because framework-connectivity-t is disabled in this branch, the stubs
cannot be referenced without introducing merge conflicts.

Add an empty jar to allow referencing the library, even though it is
may be empty.

Ignore-AOSP-First: This is to avoid merge conflicts when merging in AOSP
Bug: 190249673
Test: m
Change-Id: I980c8609551376f038ccc6f6e4e2a5f9b201bae1
diff --git a/buildstubs-t/Android.bp b/buildstubs-t/Android.bp
index 0976e84..dfca6b3 100644
--- a/buildstubs-t/Android.bp
+++ b/buildstubs-t/Android.bp
@@ -32,8 +32,8 @@
     srcs: ["stubs-src/**/*.java"],
 }
 
-// Empty replacement for framework-connectivity-tiramisu.impl, as
-// framework-connectivity is disabled in the branch
+// Empty replacement for framework-connectivity-tiramisu.impl and stubs,
+// as framework-connectivity is disabled in the branch
 java_library {
     name: "framework-connectivity-tiramisu.impl",
     min_sdk_version: "Tiramisu",
@@ -41,3 +41,9 @@
     srcs: [],
 }
 
+java_library {
+    name: "framework-connectivity-tiramisu.stubs.module_lib",
+    min_sdk_version: "Tiramisu",
+    sdk_version: "module_current",
+    srcs: [],
+}