RC1
This commit is contained in:
parent
008c06543a
commit
819f6bd5bd
9 changed files with 5 additions and 26 deletions
|
@ -43,6 +43,7 @@ CHANGELOG
|
|||
* Common: Bluetooth HID support - Erin Yueh @ 0xlabs
|
||||
* Common: Mouse pointer support - Chih-Wei Huang (android-x86)
|
||||
* Common: Configurable install location + allow move any app to external storage - Cyanogen
|
||||
* Common: Busybox, nano, and libncurses are now built from source. - cvpcs
|
||||
* N1/DS: Kernel 2.6.34 with Pershoot/Kmobs clock settings
|
||||
* N1: Maintainer: Cyanogen
|
||||
* D/S: Maintainer: Cyanogen
|
||||
|
@ -52,6 +53,6 @@ CHANGELOG
|
|||
* Droid: Maintainer: Koush
|
||||
* Hero: Lox (GSM), Darchstar (CDMA)
|
||||
* Bravo (Desire): Maintainers: behnaam, Kali-
|
||||
* Incredible: Maintiner: Koush
|
||||
* Incredible: Maintainer: Koush
|
||||
* Espresso (Slide): Maintainers: Wes Garner, Chris Soyars
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ PRODUCT_NAME := cyanogen
|
|||
PRODUCT_BRAND := cyanogen
|
||||
PRODUCT_DEVICE := generic
|
||||
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
|
||||
# Use edify for otapackage
|
||||
PRODUCT_SPECIFIC_DEFINES += TARGET_OTA_SCRIPT_MODE=edify
|
||||
|
||||
|
|
|
@ -49,7 +49,3 @@ endif
|
|||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/passion/media/bootanimation.zip:system/media/bootanimation.zip
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
||||
|
|
|
@ -57,7 +57,3 @@ PRODUCT_COPY_FILES += \
|
|||
vendor/cyanogen/prebuilt/dream_sapphire/etc/init.d/02audio_profile:system/etc/init.d/02audio_profile \
|
||||
vendor/cyanogen/prebuilt/dream_sapphire/etc/AudioPara_dream.csv:system/etc/AudioPara_dream.csv \
|
||||
vendor/cyanogen/prebuilt/dream_sapphire/etc/AudioPara_sapphire.csv:system/etc/AudioPara_sapphire.csv
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
||||
|
|
|
@ -39,7 +39,3 @@ endif
|
|||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/espresso/media/bootanimation.zip:system/media/bootanimation.zip
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
|
@ -40,7 +40,3 @@ endif
|
|||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/dream_sapphire/media/bootanimation.zip:system/media/bootanimation.zip
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
|
@ -25,7 +25,3 @@ else
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6.0.0-N1-test0
|
||||
endif
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
|
@ -51,7 +51,3 @@ endif
|
|||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/passion/media/bootanimation.zip:system/media/bootanimation.zip
|
||||
|
||||
ifndef DEFAULT_LAUNCHER
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
endif
|
||||
|
|
|
@ -24,7 +24,7 @@ ifdef CYANOGEN_NIGHTLY
|
|||
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Droid
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6.0.0-Droid-alpha7
|
||||
ro.modversion=CyanogenMod-6.0.0-Droid-RC1
|
||||
endif
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=FRF84B BUILD_DISPLAY_ID=FRF84B PRODUCT_NAME=voles TARGET_DEVICE=sholes BUILD_FINGERPRINT=verizon/voles/sholes/sholes:2.2/FRF84B/42477:user/release-keys PRODUCT_BRAND=verizon PRIVATE_BUILD_DESC="voles-user 2.2 FRF84B 42477 release-keys" BUILD_NUMBER=42477 BUILD_UTC_DATE=1277333704 TARGET_BUILD_TYPE=user BUILD_VERSION_TAGS=release-keys USER=android-build
|
||||
|
|
Loading…
Reference in a new issue