Renamed product -> products
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_passion.mk \
|
||||
$(LOCAL_DIR)/cyanogen_incredible.mk \
|
@@ -1,27 +0,0 @@
|
||||
# Generic cyanogenmod product
|
||||
PRODUCT_NAME := cyanogen
|
||||
PRODUCT_BRAND := cyanogen
|
||||
PRODUCT_DEVICE := generic
|
||||
|
||||
# Use edify for otapackage
|
||||
TARGET_OTA_SCRIPT_MODE = edify
|
||||
|
||||
# Add ROMManager build property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.rommanager.developerid=cyanogenmod
|
||||
|
||||
# CyanogenMod specific product packages
|
||||
PRODUCT_PACKAGES += \
|
||||
CMParts \
|
||||
Superuser
|
||||
|
||||
# Copy over the changelog to the device
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt \
|
||||
vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
||||
|
||||
# Allow the use of overlays
|
||||
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
|
||||
|
||||
# Always run in insecure mode, enables root on user build variants
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
|
@@ -1,24 +0,0 @@
|
||||
$(call inherit-product, device/htc/inc/inc.mk)
|
||||
|
||||
# Inherit some common cyanogenmod stuff.
|
||||
$(call inherit-product, vendor/cyanogen/product/common.mk)
|
||||
|
||||
#
|
||||
# Setup device specific product configuration.
|
||||
#
|
||||
PRODUCT_NAME := cyanogen_incredible
|
||||
PRODUCT_BRAND := verizon
|
||||
PRODUCT_DEVICE := incredible
|
||||
PRODUCT_MODEL := Incredible
|
||||
PRODUCT_MANUFACTURER := HTC
|
||||
|
||||
#
|
||||
# Set ro.modversion
|
||||
#
|
||||
ifdef CYANOGEN_NIGHTLY
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6.0.0-N1-test0
|
||||
endif
|
@@ -1,33 +0,0 @@
|
||||
# Inherit AOSP device configuration for passion.
|
||||
$(call inherit-product, device/htc/passion/full_passion.mk)
|
||||
|
||||
# Inherit some common cyanogenmod stuff.
|
||||
$(call inherit-product, vendor/cyanogen/product/common.mk)
|
||||
|
||||
#
|
||||
# Setup device specific product configuration.
|
||||
#
|
||||
PRODUCT_NAME := cyanogen_passion
|
||||
PRODUCT_BRAND := google
|
||||
PRODUCT_DEVICE := passion
|
||||
PRODUCT_MODEL := Nexus One
|
||||
PRODUCT_MANUFACTURER := HTC
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=FRF83 BUILD_DISPLAY_ID=FRF83 PRODUCT_NAME=passion BUILD_FINGERPRINT=/passion/passion/mahimahi:2.2/FRF83/42295:user/release-keys
|
||||
PRIVATE_BUILD_DESC="passion-user 2.2 FRF83 42295 release-keys"
|
||||
|
||||
#
|
||||
# Set ro.modversion
|
||||
#
|
||||
ifdef CYANOGEN_NIGHTLY
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-6.0.0-N1-test0
|
||||
endif
|
||||
|
||||
#
|
||||
# Copy passion specific prebuilt files
|
||||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/passion/media/bootanimation.zip:system/media/bootanimation.zip
|
Reference in New Issue
Block a user