diff options
| author | 2024-11-28 14:56:57 +0000 | |
|---|---|---|
| committer | 2024-11-28 14:56:57 +0000 | |
| commit | 8a5d8c5fea9de9d448bed82fed78494e9cfde9a3 (patch) | |
| tree | fc67ab489d7643304084a08ea3e719484be185b0 /libs | |
| parent | 26a3063709a416d86eb2b2162b76bf374acb2d77 (diff) | |
| parent | 4352680c501481b592d49da22d7f41b3d55ea3f3 (diff) | |
Merge "Revert^2 "Mark @FlaggedApi flags as exported"" into main
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/hwui/aconfig/hwui_flags.aconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/aconfig/hwui_flags.aconfig b/libs/hwui/aconfig/hwui_flags.aconfig index fa27af671be6..e497ea1f3cb4 100644 --- a/libs/hwui/aconfig/hwui_flags.aconfig +++ b/libs/hwui/aconfig/hwui_flags.aconfig @@ -6,6 +6,7 @@ flag { namespace: "core_graphics" description: "API for AGSL authored runtime color filters and blenders" bug: "358126864" + is_exported: true } flag { @@ -44,6 +45,7 @@ flag { namespace: "accessibility" description: "Draw a solid rectangle background behind text instead of a stroke outline" bug: "186567103" + is_exported: true } flag { @@ -96,6 +98,7 @@ flag { namespace: "core_graphics" description: "Add canvas#drawRegion API" bug: "318612129" + is_exported: true } flag { |