summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
author Alexei Nicoara <ancr@google.com> 2022-07-07 15:10:38 +0100
committer Alexei Nicoara <ancr@google.com> 2022-07-07 15:10:38 +0100
commit2d55dd1740cab5ab551e030fc183340d1e3dea39 (patch)
tree9d5abd86cdebef424d1271614db29fbda2a87d88 /apex
parentd0d63aae934f680ee42d0690b114639dea57e516 (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
Diffstat (limited to 'apex')
-rw-r--r--apex/apex_manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/apex/apex_manifest.json b/apex/apex_manifest.json
index f651a22a10..4fa8b59be1 100644
--- a/apex/apex_manifest.json
+++ b/apex/apex_manifest.json
@@ -1,5 +1,8 @@
{
"name": "com.android.wifi",
- "version": 339999900
+
+ // Placeholder module version to be replaced during build.
+ // Do not change!
+ "version": 0
}