commit | 8807f4aaf3e1b41a38345970a45987d403d576c2 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 12 15:46:22 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Fri Feb 12 15:46:22 2021 -0800 |
tree | edcc4060142636b7d393f09188c7a1145bf35b05 | |
parent | c875a42b8306631be071da4bcbd43ebe1131b2fa [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/ExtServices Added SPDX-license-identifier-Apache-2.0 to: Android.bp apex/Android.bp apex/testing/Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ibc09ab4efe77b31b83f69f38432dbb68c389a7f6
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 run continually. For the new features or bug fixes of these platform defined services above or a new added platform service, it will provide more flexibility and benefits by updating ExtServices in a more frequent cycle than a platform release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.