Bug: 133225687

Clone this repo:
  1. d49fa7f Opt out of gtest error if no binary found by jahinimtiaz · 4 weeks ago main master
  2. 023b31b Merge Android 14 QPR3 to AOSP main by Xin Li · 6 weeks ago
  3. 02ad399 Build libextservices_tests with static libc++ and a version script am: 68b7be66a2 by Pirama Arumuga Nainar · 6 weeks ago
  4. 68b7be6 Build libextservices_tests with static libc++ and a version script by Pirama Arumuga Nainar · 7 weeks ago
  5. efee6ed Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 3 months ago

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