| commit | ea082d16a4fb469a28b14997e6e930468f733178 | [log] [tgz] |
|---|---|---|
| author | Aditya Choudhary <caditya@google.com> | Wed Jan 31 21:26:16 2024 +0000 |
| committer | Aditya Choudhary <caditya@google.com> | Thu Feb 01 13:05:21 2024 +0000 |
| tree | 00e58e8a36dc8a853be97e236841f3cadc516c38 | |
| parent | 2857cbc88c5f82d3cd3be8cf0a49dd3d2e10150c [diff] |
[DON'T BLOCK] Test ownership migration rules This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A (cherry picked from aosp/2940135) Change-Id: I7d85f61e8052f0da07814ca99210039d338d2d15
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.