Set up separate manifest.json file for extservices_tplus.

Bug: 293147552
Test: manual - ran 'm com.google.android.extservices_tplus'
Change-Id: I5fbad814ae81503dca5ace23058822e46859d898
2 files changed
tree: a7cd2e9a2ab77cf9a2f860c97f0bb905f1db16fc
  1. apex/
  2. java/
  3. jni/
  4. native/
  5. .clang-format
  6. Android.bp
  7. AndroidManifest.xml
  8. jarjar-rules.txt
  9. NOTICE
  10. OWNERS
  11. PREUPLOAD.cfg
  12. proguard.proguard
  13. README.md
  14. 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