replicant-vendor_replicant/product/common.mk

28 lines
762 B
Makefile
Raw Normal View History

2010-06-25 02:42:22 +00:00
# Generic cyanogenmod product
2010-06-25 02:32:20 +00:00
PRODUCT_NAME := cyanogen
PRODUCT_BRAND := cyanogen
PRODUCT_DEVICE := generic
2010-06-25 02:42:22 +00:00
# Use edify for otapackage
2010-06-25 02:32:20 +00:00
TARGET_OTA_SCRIPT_MODE = edify
2010-06-25 02:42:22 +00:00
# Add ROMManager build property
2010-06-25 02:32:20 +00:00
PRODUCT_PROPERTY_OVERRIDES += \
ro.rommanager.developerid=cyanogenmod
2010-06-25 02:42:22 +00:00
# CyanogenMod specific product packages
2010-06-25 02:32:20 +00:00
PRODUCT_PACKAGES += \
2010-06-25 02:38:30 +00:00
CMParts \
Superuser
2010-06-25 02:32:20 +00:00
2010-06-25 02:42:22 +00:00
# Copy over the changelog to the device
2010-06-25 02:32:20 +00:00
PRODUCT_COPY_FILES += \
2010-06-25 03:28:35 +00:00
vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt \
vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
2010-06-25 02:36:45 +00:00
2010-06-25 02:42:22 +00:00
# Allow the use of overlays
2010-06-25 02:36:45 +00:00
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
2010-06-25 02:42:22 +00:00
# Always run in insecure mode, enables root on user build variants
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0