summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Nicoara <ancr@google.com>2022-07-05 18:07:49 +0100
committerAlexei Nicoara <ancr@google.com>2022-07-05 18:07:49 +0100
commitac49569e7a92ac379ba1f0f4b9b55d31ef74e41c (patch)
treed682fd46dd3103042619d0a1539e14badffd0f0d
parent752c0e8e0649f05a9c6e0b2ca3345c5a009ee6ff (diff)
downloadCellBroadcastReceiver-ac49569e7a92ac379ba1f0f4b9b55d31ef74e41c.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/apex_manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/apex/apex_manifest.json b/apex/apex_manifest.json
index d672718e0..bbf4ddbec 100644
--- a/apex/apex_manifest.json
+++ b/apex/apex_manifest.json
@@ -1,4 +1,7 @@
{
"name": "com.android.cellbroadcast",
- "version": 339990000
+
+ // Placeholder module version to be replaced during build.
+ // Do not change!
+ "version": 0
}