| commit | 3bc9eea7b9b9d936d0e18a7f20e465d4a337edc8 | [log] [tgz] |
|---|---|---|
| author | Sean Kim <gogazago@google.com> | Mon Feb 05 12:12:12 2024 -0800 |
| committer | Sean Kim <gogazago@google.com> | Mon Feb 05 14:18:03 2024 -0800 |
| tree | 819730e3d86c70eac5d440a7c29962e5cda348f0 | |
| parent | ea082d16a4fb469a28b14997e6e930468f733178 [diff] |
Fix AOSP build issue Add apex platform dep for core Delete libhptk_jni since ExtServices-tplus doesn't include AdServices, Bug: 288584197 Test: Build Flash and Check dumpsys Change-Id: I73d7b948006ec6bf58d3bc6b6103fc4d8e913e55 Signed-off-by: Sean Kim <gogazago@google.com>
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.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.