DO NOT MERGE: Rename framework-connectivity-tiramisu on buildstubs-t & Tethering/apex

Bug: 215434166
Ignore-AOSP-First: This is to avoid merge conflicts when merging in AOSP
Test: build, flash, device boot to home.
Change-Id: Idb4e1efd6cc306f0109951048c77e897789d3bf8
diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp
index 4ccad22..520e10a 100644
--- a/Tethering/apex/Android.bp
+++ b/Tethering/apex/Android.bp
@@ -59,7 +59,7 @@
         both: {
             jni_libs: [
                 "libframework-connectivity-jni",
-                // Changed in sc-mainline-prod only: no framework-connectivity-tiramisu
+                // Changed in sc-mainline-prod only: no framework-connectivity-t
                 // "libframework-connectivity-tiramisu-jni"
             ],
         },
@@ -107,7 +107,7 @@
     name: "com.android.tethering-bootclasspath-fragment",
     contents: [
         "framework-connectivity",
-        // Changed in sc-mainline-prod only: no framework-connectivity-tiramisu
+        // Changed in sc-mainline-prod only: no framework-connectivity-t
         "framework-tethering",
     ],
     apex_available: ["com.android.tethering"],
@@ -131,16 +131,16 @@
     hidden_api: {
         max_target_r_low_priority: [
             // Changed in sc-mainline-prod only: no list for
-            // framework-connectivity-tiramisu APIs as it is not in the APEX
+            // framework-connectivity-t APIs as it is not in the APEX
 	],
         max_target_o_low_priority: [
             "hiddenapi/hiddenapi-max-target-o-low-priority.txt",
             // Changed in sc-mainline-prod only: no list for
-            // framework-connectivity-tiramisu APIs as it is not in the APEX
+            // framework-connectivity-t APIs as it is not in the APEX
 	],
         unsupported: [
             "hiddenapi/hiddenapi-unsupported.txt",
-            // Changed in sc-mainline-prod only: no framework-connectivity-tiramisu
+            // Changed in sc-mainline-prod only: no framework-connectivity-t
             // "hiddenapi/hiddenapi-unsupported-tiramisu.txt",
         ],
     },