replicant-vendor_replicant/products/cyanogen_generic.mk
Steve Kondik 568cc6ae11 cm: Add a generic target for the emulator
Change-Id: Idbb567ce92a0650f304d4fdcf1a458ad8cc42237
2011-01-07 17:11:19 -05:00

23 lines
619 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.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