aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Nicoara <ancr@google.com>2022-07-06 15:01:09 +0100
committerAlexei Nicoara <ancr@google.com>2022-07-06 15:01:09 +0100
commit873fb3851762199706fdf443fca1f5af1c5a3619 (patch)
tree5c03f4c58991f0db33c018edef6b32f029962b97
parent0401e2701af5a3cd63c3f5e6da1f338d07b28292 (diff)
downloadNeuralNetworks-873fb3851762199706fdf443fca1f5af1c5a3619.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 fdf98bae3..5975f2635 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,7 @@
{
"name": "com.android.neuralnetworks",
- "version": 339990000
+
+ // Placeholder module version to be replaced during build.
+ // Do not change!
+ "version": 0
}