commit | 3065880b61c63a16dba4aba57a7c205f5ffbd479 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Mar 01 22:14:44 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Mon Mar 01 22:14:44 2021 -0800 |
tree | d2b8693506496b6cd739fb2b4886f22d3834f15c | |
parent | 5e1ec680909f2e620b176a48d8628078555909bd [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/ExtServices Added SPDX-license-identifier-Apache-2.0 to: java/tests/Android.bp jni/Android.bp native/Android.bp native/tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iae9c24c7814895215ab077889bddcf3f762f3ed5
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.