diff options
author | 2025-03-30 13:27:48 -0700 | |
---|---|---|
committer | 2025-03-30 15:21:31 -0700 | |
commit | 97e1b700395621437977c06ef2f956ef0940db40 (patch) | |
tree | 27efc1e129fdc979902dc4921ff712e3a6dcd419 /aconfig | |
parent | fed16ee533f2f1cb195f1b56ec3155e2bd730086 (diff) |
Add flag com.android.window.flags.clear_system_vibrator to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/dk58pha000001?build_unique_id=com.android.window.flags.clear_system_vibrator-rollback
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 393190314
Flag: com.android.window.flags.clear_system_vibrator
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:211a9c61ae89437c6097fc121f191d53cca25244)
Merged-In: I0f6a2243f031560348f70407efd9b463398bea00
Change-Id: I0f6a2243f031560348f70407efd9b463398bea00
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/bp2a/com.android.window.flags/clear_system_vibrator_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.window.flags/clear_system_vibrator_flag_values.textproto b/aconfig/bp2a/com.android.window.flags/clear_system_vibrator_flag_values.textproto new file mode 100644 index 00000000..5107db04 --- /dev/null +++ b/aconfig/bp2a/com.android.window.flags/clear_system_vibrator_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.window.flags" + name: "clear_system_vibrator" + state: ENABLED + permission: READ_ONLY +} |