diff options
-rwxr-xr-x | cm.mk | 3 | ||||
-rwxr-xr-x | configs/egl.cfg | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,9 @@ $(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration
$(call inherit-product, device/samsung/n7000/full_n7000.mk)
+# Inherit Software GL configuration.
+$(call inherit-product, vendor/replicant/config/software_gl.mk)
+
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := n7000
PRODUCT_NAME := replicant_n7000
diff --git a/configs/egl.cfg b/configs/egl.cfg index 4515dfd..9438b87 100755 --- a/configs/egl.cfg +++ b/configs/egl.cfg @@ -1 +1,2 @@ +0 0 android 0 1 mali |