Commit Graph

4 Commits

Author SHA1 Message Date
atinm
40dcb87f85 Fix additionalmounts
Change-Id: Ief1426cea4b73a7dd11a7b8484f4a021d5cb344b
2011-10-17 17:06:42 -04:00
atinm
3640d6e584 Added /mnt/usbdisk mount point
Change-Id: I954aab5cf7a60d4d4f94ae52b30a7943d37a4c99
2011-10-16 21:49:36 -04: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
atinm
90e4aa464d AT&T Samsung Galaxy SII
Change-Id: Ic5d30ecb19895dfc605d4571d4945c96347deb6f

Added the overlay for galaxys2att

Change-Id: I0d5234194f5f9fd206d7bab3870b918dec08b62b
2011-10-02 14:40:21 -04:00