Commit Graph

3 Commits

Author SHA1 Message Date
Steve Kondik 395cb3fb55 cm: Update for CM9
All targets except Crespo are disabled.

Change-Id: I36a8ca549b846dd07f55e689cf2523f5b1fa710c
2011-11-24 13:54:03 -08:00
Steve Kondik cee558863c cm: Bump to 7.2.0-RC0
Change-Id: I19d56107f7684401ea4e91ffda181d762bf8112a
2011-11-13 21:29:10 -08:00
Diogo Ferreira 11d5cdb86f vendor: Externalize common version and release names
We have been using a system where each vendor makefile needed to be
updated for each release. This leads to both redundancy and
inconsistency across devices. This patch externalizes version code to
the common_versions.mk.

As we all know CyanogenMod versioning works as such:

MAJOR.MINOR.MAINTENACE.DEVICE_SPECIFIC (i.e. 7.1.0.1)

common_versions.mk now contains the first three in the form of the
following variables: PRODUCT_VERSION_MAJOR, PRODUCT_VERSION_MINOR,
PRODUCT_VERSION_MAINTENANCE.

Additionally, each device makefile contains two additional flags
which control both the release name (the name that appears in the
generated zip) and the device-specific version (empty by default,
to be bumped on a per device basis), example:

PRODUCT_RELEASE_NAME := XperiaArc-LT15i
PRODUCT_VERSION_DEVICE_SPECIFIC := .1

Change-Id: I15d18e27b89ea00109a61cb66e3bffbb061a2ed4
2011-10-14 15:32:49 +01:00