Merge "DO NOT MERGE: Add empty stubs for framework-connectivity-t" into sc-mainline-prod
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: [],
+}