summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Nicoara <ancr@google.com>2022-07-06 15:11:21 +0100
committerAlexei Nicoara <ancr@google.com>2022-07-06 15:11:21 +0100
commit419f67218e55296a3cc1a8d4264e860dcd8d560d (patch)
tree9a068f057ca9f742b72c87a69ebf68e231ca8e61
parentd4dedc15673f92ec5ff9a50b73c3d563ebb7b54d (diff)
downloadtimezone-419f67218e55296a3cc1a8d4264e860dcd8d560d.tar.gz
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
-rw-r--r--apex/manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/apex/manifest.json b/apex/manifest.json
index 43ac4024..7cb364f9 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,7 @@
{
"name": "com.android.tzdata",
- "version": 339990000
+
+ // Placeholder module version to be replaced during build.
+ // Do not change!
+ "version": 0
}