| commit | 5493488a55c58545e5254db19755a30cf58d287c | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Wed May 28 09:38:35 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 28 09:38:35 2025 -0700 |
| tree | a151fdafdc8481c1d4bcf6e0bc8c4f6e7de47125 | |
| parent | 3353482675f8e7afa24eab48089595f64c9a503d [diff] | |
| parent | 1291110cb2f7a69eac102e8cf33612a3b23d2aa5 [diff] |
Merge "Fix C++23 build: add missing #include." into main
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.