2694f70576
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
23 lines
624 B
Makefile
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
|