ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 1 | # Generic cyanogenmod product |
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 2 | PRODUCT_NAME := cyanogen |
3 | PRODUCT_BRAND := cyanogen | ||||
4 | PRODUCT_DEVICE := generic | ||||
5 | |||||
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 6 | # Use edify for otapackage |
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 7 | TARGET_OTA_SCRIPT_MODE = edify |
8 | |||||
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 9 | # Add ROMManager build property |
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 10 | PRODUCT_PROPERTY_OVERRIDES += \ |
11 | ro.rommanager.developerid=cyanogenmod | ||||
12 | |||||
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 13 | # CyanogenMod specific product packages |
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 14 | PRODUCT_PACKAGES += \ |
ctso | 0f63f6c | 2010-06-25 02:38:30 +0000 | [diff] [blame] | 15 | CMParts \ |
16 | Superuser | ||||
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 17 | |
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 18 | # Copy over the changelog to the device |
ctso | 4e6d937 | 2010-06-25 02:32:20 +0000 | [diff] [blame] | 19 | PRODUCT_COPY_FILES += \ |
ctso | 630e371 | 2010-06-25 03:28:35 +0000 | [diff] [blame^] | 20 | vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt \ |
21 | vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml | ||||
ctso | edf52d9 | 2010-06-25 02:36:45 +0000 | [diff] [blame] | 22 | |
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 23 | # Allow the use of overlays |
ctso | edf52d9 | 2010-06-25 02:36:45 +0000 | [diff] [blame] | 24 | PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay |
ctso | 38ae930 | 2010-06-25 02:38:08 +0000 | [diff] [blame] | 25 | |
ctso | 5e75a67 | 2010-06-25 02:42:22 +0000 | [diff] [blame] | 26 | # Always run in insecure mode, enables root on user build variants |
ctso | 38ae930 | 2010-06-25 02:38:08 +0000 | [diff] [blame] | 27 | ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0 |