blob: d70ecbd21056629bdbb5fa382b4cacc6a17dc476 [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 += \
20 vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt
ctsoedf52d92010-06-25 02:36:45 +000021
ctso5e75a672010-06-25 02:42:22 +000022# Allow the use of overlays
ctsoedf52d92010-06-25 02:36:45 +000023PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
ctso38ae9302010-06-25 02:38:08 +000024
ctso5e75a672010-06-25 02:42:22 +000025# Always run in insecure mode, enables root on user build variants
ctso38ae9302010-06-25 02:38:08 +000026ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0