android_vendor_crdroid/config/version.mk
Pranav Vashi 693404bb91 build: Ship as crDroid based on LOS
* While LOS is base ROM, there are/will be additions over LOS.
  Therefore, rebrand and ship it as crDroid ROM.

Change-Id: I53c407da455885af7029853ff635090f34b01f0c
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2024-08-11 23:51:43 +05:30

12 lines
421 B
Makefile

PRODUCT_VERSION_MAJOR = 14
PRODUCT_VERSION_MINOR = 0
# Increase CR Version with each major release.
CR_VERSION := 10.0
# Internal version
LINEAGE_VERSION := crDroidAndroid-$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(shell date +%Y%m%d)-$(LINEAGE_BUILD)-v$(CR_VERSION)
# Display version
LINEAGE_DISPLAY_VERSION := crDroidAndroid-$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(LINEAGE_BUILD)-v$(CR_VERSION)