Merge "Hero: Allow include small_hero.mk instead of full_hero.mk by defining CYANOGEN_SMALL symbol." into gingerbread
This commit is contained in:
commit
6ac48875be
@ -1,5 +1,9 @@
|
|||||||
# Inherit AOSP device configuration for passion.
|
# Inherit AOSP device configuration for hero.
|
||||||
|
ifdef CYANOGEN_SMALL
|
||||||
|
$(call inherit-product, device/htc/hero/small_hero.mk)
|
||||||
|
else
|
||||||
$(call inherit-product, device/htc/hero/full_hero.mk)
|
$(call inherit-product, device/htc/hero/full_hero.mk)
|
||||||
|
endif
|
||||||
|
|
||||||
# Inherit some common cyanogenmod stuff.
|
# Inherit some common cyanogenmod stuff.
|
||||||
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
||||||
|
Loading…
Reference in New Issue
Block a user