blob: 114ea6b41ae4f69f6b24efe4a9358a1f6af0e7b4 [file] [log] [blame]
ctso5e75a672010-06-25 02:42:22 +00001# Generic cyanogenmod product
ctso4e6d9372010-06-25 02:32:20 +00002PRODUCT_NAME := cyanogen
3PRODUCT_BRAND := cyanogen
4PRODUCT_DEVICE := generic
5
ctso5e75a672010-06-25 02:42:22 +00006# Use edify for otapackage
ctso4e6d9372010-06-25 02:32:20 +00007TARGET_OTA_SCRIPT_MODE = edify
8
ctso5e75a672010-06-25 02:42:22 +00009# Add ROMManager build property
ctso4e6d9372010-06-25 02:32:20 +000010PRODUCT_PROPERTY_OVERRIDES += \
11 ro.rommanager.developerid=cyanogenmod
12
ctso5e75a672010-06-25 02:42:22 +000013# CyanogenMod specific product packages
ctso4e6d9372010-06-25 02:32:20 +000014PRODUCT_PACKAGES += \
ctso0f63f6c2010-06-25 02:38:30 +000015 CMParts \
16 Superuser
ctso4e6d9372010-06-25 02:32:20 +000017
ctso5e75a672010-06-25 02:42:22 +000018# Copy over the changelog to the device
ctso4e6d9372010-06-25 02:32:20 +000019PRODUCT_COPY_FILES += \
ctso630e3712010-06-25 03:28:35 +000020 vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt \
21 vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
ctsoedf52d92010-06-25 02:36:45 +000022
ctso5e75a672010-06-25 02:42:22 +000023# Allow the use of overlays
ctsoedf52d92010-06-25 02:36:45 +000024PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
ctso38ae9302010-06-25 02:38:08 +000025
ctso5e75a672010-06-25 02:42:22 +000026# Always run in insecure mode, enables root on user build variants
ctso38ae9302010-06-25 02:38:08 +000027ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0