810fd184356a76fc0fa35d07212df10b7e058063
Set versionCode in the AndroidManifest.xml so each artifact has a unique
version code. This will allow the play store to serve up the correct
APKs.
The versionCode is determined by taking the versionCode from the input
APK and adding the configured version to that. If an artifact does not
have a version, the next version is used based on the order in the
configuration file. If the firs artifact does not have a version, it
starts at 1, so that all artifacts have a different version code to the
base APK.
Bug: 64972562
Test: unit tests
Test: manually optimized an APK into multiple APKs and confirmed versions:
aapt dump badging ${apk} | grep versionCode
Change-Id: Ie12b3e42bbd8ce9a2819712c2c56b24c0a901e6b
Merge "ImageFormat: Document units/coordinate system for DEPTH_POINT_CLOUD" into oc-mr1-dev am:
56afee3c1f
Merge "Add moveObject method to change object's path and parent." am:
33a200e572 am: 0f09ac317d am: f9696617bd
…
Merge "AudioService: do not unmute media on headset plug in total silence mode" into oc-mr1-dev am:
0f6e9b5a79
Merge "getInstalledDialerApplications should not count ForwardIntentToParent" into oc-mr1-dev am:
72befffcbc
Merge "Fixed that telephony registry service reference incorrectly assigned" into oc-mr1-dev am:
baf1201b43
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%