commit | 0fc1a6702d5b740c7db31e0ff9b5fc543aabfe9f | [log] [tgz] |
---|---|---|
author | Harshit Mahajan <harshitmahajan@google.com> | Thu Jul 14 12:17:29 2022 +0000 |
committer | Harshit Mahajan <harshitmahajan@google.com> | Tue Jul 19 14:55:51 2022 +0000 |
tree | fd78a890d132aaba861341e0b64a43786112532b | |
parent | e7389c9205d9d6b451a4f9eb55395f849fbf25db [diff] |
[ExtServices] Bump up the targetSdkVersion to 33 We need to ensure that all the mainline modules are targetting the latest SDK version, hence bumping up the targetSdkVersion to the latest i.e 33. Going forward this would be done by default go/mainline-modules-target-sdk-version-fix. Bug: b/232714892 Test: m ExtServices --skip-soong-tests; aapt2 dump badging ./out/target/product/vsoc_x86_64/system/priv-app/ExtServices/ExtServices.apk|grep targetSdkVersion: Change-Id: I973ea57e8b3f71adac177443cdd37b977ce85a6a
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.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.