commit | b6bdcc6768e954e1977def78938b12e308007e30 | [log] [tgz] |
---|---|---|
author | Neha Pattan <npattan@google.com> | Thu Jul 06 23:26:04 2023 +0000 |
committer | Neha Pattan <npattan@google.com> | Mon Jul 10 18:45:05 2023 +0000 |
tree | 772a7a7288da56a11a8b43cc93e4636915650257 | |
parent | a09737a7fc9bd3c72f09c07f1eb867d8c278ed7e [diff] |
Rename first variant for ExtServices to _tplus. Test: atest Bug: 282185097 Change-Id: Ida5daad25dccadefa48961d2bd2abb4ea3619bb1
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.