Merge "bravoc: use less confusing build naming" into froyo

This commit is contained in:
Steve Kondik 2010-10-18 01:52:50 +00:00 committed by Gerrit Code Review
commit 20413d8fba

View File

@ -28,10 +28,10 @@ WITH_WINDOWS_MEDIA := true
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-DesireC
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-BravoC
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.1.0-RC0-DesireC
ro.modversion=CyanogenMod-6.1.0-RC0-BravoC
endif
#