aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2022-06-09 15:02:52 +0000
committerDennis Shen <dzshen@google.com>2022-08-12 14:11:08 +0000
commita2817a79f208e97ec2e85b999f389106a041bcd8 (patch)
tree13457bda3c25e7144015f9dbde6e614dcf1bbce1
parent6c6041def9f304502b9aed78c57c70b1ccd960e6 (diff)
downloadOnDevicePersonalization-android13-qpr3-c-s7-release.tar.gz
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: I304d12be90af76bbfe024d702793429b5bf39191 Merged-In: I33f2c2c53b79c9a9f86ac4c00caec668408980d9
-rw-r--r--apex/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/manifest.json b/apex/manifest.json
index b03c15bd..3d105905 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
{
"name": "com.android.ondevicepersonalization",
- "version": 339990000
+ "version": 330400000
}