summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/cm.mk b/cm.mk
index b663b25..a9b69d3 100644
--- a/cm.mk
+++ b/cm.mk
@@ -15,7 +15,7 @@
#
## Specify phone tech before including full_phone
-$(call inherit-product, vendor/cm/config/gsm.mk)
+$(call inherit-product, vendor/replicant/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := p3100
@@ -24,11 +24,14 @@ PRODUCT_RELEASE_NAME := p3100
TARGET_BOOTANIMATION_NAME := horizontal-1024x600
# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+$(call inherit-product, vendor/replicant/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/p3100/full_p3100.mk)
+# Inherit Software GL configuration.
+$(call inherit-product, vendor/replicant/config/software_gl.mk)
+
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := p3100
PRODUCT_NAME := cm_p3100