Adding flag com.android.window.flags.touch_pass_through_opt_in to trunk_staging.

This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/33qdcpi000001?build_unique_id=Frontend:+android_platform_windowing_sdk,+Study:+ComAndroidWindowFlagsTouchPassThroughOptInLaunch
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.

Bug: 358129114
Change-Id: Ic5a7dc83d50e6caa466c6be6cdd4ac6f7e859c6a
Flag: com.android.window.flags.touch_pass_through_opt_in
Ignore-AOSP-First: AConfig change for future AOSP release
diff --git a/aconfig/trunk_staging/com.android.window.flags/Android.bp b/aconfig/trunk_staging/com.android.window.flags/Android.bp
index db33643..6d10193 100644
--- a/aconfig/trunk_staging/com.android.window.flags/Android.bp
+++ b/aconfig/trunk_staging/com.android.window.flags/Android.bp
@@ -13,9 +13,9 @@
 // limitations under the License.
 
 aconfig_values {
-  name: "aconfig-values-platform_build_release-trunk_staging-com.android.window.flags-all",
-  package: "com.android.window.flags",
-  srcs: [
-    "*_flag_values.textproto",
-  ]
+    name: "aconfig-values-platform_build_release-trunk_staging-com.android.window.flags-all",
+    package: "com.android.window.flags",
+    srcs: [
+        "*_flag_values.textproto",
+    ],
 }
diff --git a/aconfig/trunk_staging/com.android.window.flags/touch_pass_through_opt_in_flag_values.textproto b/aconfig/trunk_staging/com.android.window.flags/touch_pass_through_opt_in_flag_values.textproto
new file mode 100644
index 0000000..aba1282
--- /dev/null
+++ b/aconfig/trunk_staging/com.android.window.flags/touch_pass_through_opt_in_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+  package: "com.android.window.flags"
+  name: "touch_pass_through_opt_in"
+  state: ENABLED
+  permission: READ_WRITE
+}