diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-08-19 23:25:20 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-08-19 23:27:19 +0200 |
commit | 700f11d7738f21014dd60370b87ee9135fad4555 (patch) | |
tree | a521e9c2f43c7724239d028c40cfcb968a08af90 /full_maguro.mk | |
parent | cdd7de4fdd0f92005afe96b05b5dfb52b725be16 (diff) | |
download | device_samsung_maguro-700f11d7738f21014dd60370b87ee9135fad4555.zip device_samsung_maguro-700f11d7738f21014dd60370b87ee9135fad4555.tar.gz device_samsung_maguro-700f11d7738f21014dd60370b87ee9135fad4555.tar.bz2 |
Move to Software GL
Change-Id: I8ac6e526888f62b564195fa77ed044e80b01a7d3
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'full_maguro.mk')
-rw-r--r-- | full_maguro.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/full_maguro.mk b/full_maguro.mk index 740f985..41ab570 100644 --- a/full_maguro.mk +++ b/full_maguro.mk @@ -30,6 +30,8 @@ PRODUCT_PACKAGES := \ GNexusParts # Inherit from those products. Most specific first. +# Inherit Software GL configuration. +$(call inherit-product, vendor/cm/config/software_gl.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # This is where we'd set a backup provider if we had one #$(call inherit-product, device/sample/products/backup_overlay.mk) |