Commit Graph

6 Commits

Author SHA1 Message Date
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
Simon Davie
cf5c42766f Saga: Update fingerprint from 2.3.5 OTA
Change-Id: I68ea007207a9c97e81b547f662fe22eb575cfee9
2011-10-01 01:27:38 +01:00
Giulio Cervera
e4a7905fc3 updated display_id
Change-Id: I1e490296879e1b777917cf86ecc0b7cfcd84b96b
2011-09-30 11:02:38 +02:00
Steve Kondik
2974d6b4dc Bump
Change-Id: Ie27cf2c9a69404e73416662f33a35e3c1dd34fe1
2011-09-28 21:25:21 -07:00
Simon Davie
77fe9b3f3a saga: AicBootFix not needed with source audio
AicBootFix not needed with source audio

Change-Id: I46f7f9400458b64fa2fd779c6773a913d87cc80c
2011-09-24 22:26:41 +01:00
Nexx
bda3495639 Add HTC Saga (Desire S)
This is dependant on forking the following device tree:
https://github.com/nexx/android_device_htc_saga

Proprietary vendor tree is located here:
https://github.com/nexx/android_vendor_htc_saga

Change-Id: Ibe2f350bd141e3f4608343b3277a4b7ad3dff9e3
2011-09-01 10:17:54 +01:00