commit | 302a2a0f7f8cb6080ba1adb2bb5cc984ea155576 | [log] [tgz] |
---|---|---|
author | Alex Salo <asalo@google.com> | Wed Oct 04 21:31:07 2023 +0000 |
committer | Alex Salo <asalo@google.com> | Wed Oct 04 23:37:52 2023 +0000 |
tree | 153cf7e805e240941bc5827105242c8e5c6fdf6f | |
parent | 30d4a684a9e31b569aaf0abda771850fc473a5da [diff] [blame] |
Add a bugfix flag for relayout issue Bug: 294330426 Change-Id: Ic95500ca2dc64482c2ea7df2df99a2c0b25a2d98
diff --git a/services/autofill/bugfixes.aconfig b/services/autofill/bugfixes.aconfig index ef23754..123b65c 100644 --- a/services/autofill/bugfixes.aconfig +++ b/services/autofill/bugfixes.aconfig
@@ -5,4 +5,11 @@ namespace: "autofill" description: "Test flag " bug: "297380045" -} \ No newline at end of file +} + +flag { + name: "relayout" + namespace: "autofill" + description: "Mitigation for relayout issue" + bug: "294330426" +}