aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2022-06-09 15:01:53 +0000
committerDennis Shen <dzshen@google.com>2022-08-12 14:10:17 +0000
commit4db39f38ef1742e4138007ed2f05de1d88ed5833 (patch)
tree8747b92207db4550dfed306f84b8f506b7827897
parent14ee8bdae83ee68932226923219511133c832be0 (diff)
downloadNeuralNetworks-4db39f38ef1742e4138007ed2f05de1d88ed5833.tar.gz
Set version code to 330400000
Go modules ship with phone system image are directly built from source. Thus their version code must be lower than the version code in go train so that go train modules can be properly installed. Ignore-AOSP-First: changes are needed for tm-qpr-dev only for go wembley build. BUG: 234812103 Change-Id: I4fc7df3312860612a4711fae72676328e478e9b8 Merged-In: Ie3fdaabeeff547bab300b92d98dd972cebedb51c
-rw-r--r--apex/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/manifest.json b/apex/manifest.json
index fdf98bae3..f390aaf20 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
{
"name": "com.android.neuralnetworks",
- "version": 339990000
+ "version": 330400000
}