replicant-vendor_replicant/products/cyanogen_generic.mk
Steve Kondik 2694f70576 Split up common.mk for smaller devices
Capable devices now inherit from common_full.mk, where smaller devices
can inherit from common.mk. This currently excludes the extra ringtones
and built in themes.

Change-Id: I604ac29648a7311ba1dcc9a8005b1be1424ce596
2011-01-22 02:53:32 -05:00

23 lines
624 B
Makefile

# Inherit AOSP device configuration for generic target
$(call inherit-product, build/target/product/full.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_generic
PRODUCT_BRAND := cyanogenmod
PRODUCT_DEVICE := generic
PRODUCT_MODEL := CyanogenMod
PRODUCT_MANUFACTURER := CyanogenMod
#
# Move dalvik cache to data partition where there is more room to solve startup problems
#
PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.dexopt-data-only=1
# Generic modversion
ro.modversion=CyanogenMod-7