Revert "changed to match the new bravo device setup"

This reverts commit b1391464ff8fd61221214983fc9d7d68208b2843.
This commit is contained in:
Chris Soyars 2010-07-12 16:03:57 +00:00
parent 4aad193c19
commit f31c0d670a
1 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Inherit AOSP device configuration for bravo.
$(call inherit-product, device/htc/bravo/bravo.mk)
$(call inherit-product, device/htc/bravo/full_bravo.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
@ -22,11 +22,12 @@ PRIVATE_BUILD_DESC="passion-user 2.2 FRF91 43546 release-keys"
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/passion
# Use a precompiled kernel until the merge with cm-kernel
TARGET_PREBUILT_KERNEL = device/htc/bravo/kernel
TARGET_PREBUILT_KERNEL = device/htc/bravo-common/kernel
# Extra RIL settings
PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.enable.managed.roaming=1 \
ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \
ro.ril.emc.mode=2
# Enable Windows Media
@ -48,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