Revert "Revert "Use existing framework jar for back compat (go/r..."

Revert submission 21612547-revert-21482401-rbc-jar2-BPBNVJXLND

Reason for revert: Fixed in ag/21649361

Reverted changes: /q/submissionid:21612547-revert-21482401-rbc-jar2-BPBNVJXLND

Test: manual and presubmits
Change-Id: I0a760089c8322813773f317cf271d463c5ee381d
2 files changed
tree: f752554e0071415541d111f2a61ec183c3ed0c4f
  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 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.

Development (internal)

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

Other resources