cm: Add a generic target for the emulator
Change-Id: Idbb567ce92a0650f304d4fdcf1a458ad8cc42237
This commit is contained in:
parent
20f212af04
commit
568cc6ae11
@ -5,6 +5,7 @@ PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_buzz.mk \
|
||||
$(LOCAL_DIR)/cyanogen_crespo.mk \
|
||||
$(LOCAL_DIR)/cyanogen_inc.mk \
|
||||
$(LOCAL_DIR)/cyanogen_generic.mk \
|
||||
$(LOCAL_DIR)/cyanogen_glacier.mk \
|
||||
$(LOCAL_DIR)/cyanogen_legend.mk \
|
||||
$(LOCAL_DIR)/cyanogen_liberty.mk \
|
||||
|
22
products/cyanogen_generic.mk
Normal file
22
products/cyanogen_generic.mk
Normal file
@ -0,0 +1,22 @@
|
||||
# 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
|
@ -5,6 +5,7 @@ add_lunch_combo cyanogen_crespo-eng
|
||||
add_lunch_combo cyanogen_buzz-eng
|
||||
#add_lunch_combo cyanogen_dream_sapphire-eng
|
||||
#add_lunch_combo cyanogen_espresso-eng
|
||||
add_lunch_combo cyanogen_generic-eng
|
||||
add_lunch_combo cyanogen_glacier-eng
|
||||
#add_lunch_combo cyanogen_harmony-eng
|
||||
#add_lunch_combo cyanogen_hero-eng
|
||||
|
Loading…
Reference in New Issue
Block a user