Add notice of requesting source code in extservices

Flag: EXEMPT license change for b/418865751
Bug: 418865751
Test: presubmits
Test: lunch husky-trunk_staging-eng && m, an extra line is added at the top of NOTICE.html file in NOTICE.html.gz
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3353482675f8e7afa24eab48089595f64c9a503d)
Merged-In: Id3b7e36e5cc86fd4601567319cdf378efba3feb2
Change-Id: Id3b7e36e5cc86fd4601567319cdf378efba3feb2
1 file changed
tree: 916f62a43db17d6e8947cc09e1df5243337105b9
  1. apex/
  2. flags/
  3. java/
  4. jni/
  5. native/
  6. .clang-format
  7. Android.bp
  8. AndroidManifest.xml
  9. EmptyManifest.xml
  10. jarjar-rules.txt
  11. NOTICE
  12. OWNERS
  13. PREUPLOAD.cfg
  14. proguard.proguard
  15. README.md
  16. TEST_MAPPING
README.md

ExtServices module

Introduction

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.

Development (internal)

Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.

Other resources