cm: Build Music3 on systems with capable GL
Change-Id: Ia160510f20efef39785ac8e3b7ad19de76536ee4
This commit is contained in:
parent
ab2dd9bc9a
commit
6aed21b95d
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ PRODUCT_DEVICE := generic
|
|||
|
||||
PRODUCT_PACKAGES += ADWLauncher
|
||||
|
||||
# Use Music3 if we have a good GL system
|
||||
ifneq ($(BOARD_HAS_LIMITED_EGL),true)
|
||||
PRODUCT_PACKAGES += Music3
|
||||
endif
|
||||
|
||||
# Add ROMManager build property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=DonMessWivIt.ogg
|
||||
|
|
Loading…
Reference in a new issue