diff options
Diffstat (limited to 'cm.mk')
-rw-r--r-- | cm.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ $(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/crespo/full_crespo.mk) +# Inherit Software GL configuration. +$(call inherit-product, vendor/replicant/config/software_gl.mk) + # Enhanced NFC $(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) |