| commit | 1291110cb2f7a69eac102e8cf33612a3b23d2aa5 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Thu May 22 16:23:30 2025 -0400 |
| committer | Elliott Hughes <enh@google.com> | Thu May 22 16:23:30 2025 -0400 |
| tree | f8e993ba667b6427600204e435ef7da4f6814133 | |
| parent | ba0d567258a72ec202cc736cb3edd683424d5d16 [diff] |
Fix C++23 build: add missing #include. Change-Id: If57587d05c016420d314d0483a02a64e39d243bf
ExtServices is an updatable Mainline module that contains the logic used by Android framework components such as storage cache, autofill, textclassifier, package watchdog, notifications and notification ranking that runs continually. These are algorithms for framework, making the module updatable to introduce the new features or bug fixes more frequently with monthly release than a platform quarter release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.