2011-01-07 22:10:18 +00:00
|
|
|
# Inherit AOSP device configuration for generic target
|
|
|
|
$(call inherit-product, build/target/product/full.mk)
|
|
|
|
|
|
|
|
# Inherit some common cyanogenmod stuff.
|
2011-01-22 07:53:32 +00:00
|
|
|
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
2011-01-07 22:10:18 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|