commit | 32c755fc06f4c0354d56d2cd9265478e645b9605 | [log] [tgz] |
---|---|---|
author | Alexei Nicoara <ancr@google.com> | Tue Jul 05 18:09:51 2022 +0100 |
committer | Alexei Nicoara <ancr@google.com> | Tue Jul 05 18:09:51 2022 +0100 |
tree | 451ae641a25b8817bb583f6dc75e365639ad08d9 | |
parent | 6fc2c77fd3b51f21b07fdb0f44cc13f37138b0dc [diff] |
Setting apex version to the placeholder value When the apex version is set to 0, the version number will be replaced by the build system to the default value for the current branch. The default value for mainline module manifest version is stored in the defaultManifestVersion constant: https://android.googlesource.com/platform/build/soong/+/refs/heads/master/apex/constants.go#36 The version should not be changed manually in the manifest. Release tooling will set this version to the release version on the release branches. Test: presubmit Bug: 231691643 Change-Id: I30b5b486bca521ebdeed17dba7afc61f2c529ab8 Merged-In: I30b5b486bca521ebdeed17dba7afc61f2c529ab8 Ignore-AOSP-First: fixing merge conflicts
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.