From 33813157ce134a8a881d6800e7c3d8532f91c360 Mon Sep 17 00:00:00 2001 From: KalimochoAz Date: Mon, 2 Apr 2012 10:40:32 +0200 Subject: Incorrect ordering caused the wrong apns-conf to be included This has being found by pawitp on galaxysmtd. Thanks dude. Change-Id: I74992d762ea24b042a68a59d6e560edeca8ca121 --- cm.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cm.mk b/cm.mk index 19edc50..47a9177 100644 --- a/cm.mk +++ b/cm.mk @@ -1,11 +1,12 @@ -$(call inherit-product, device/samsung/crespo/full_crespo.mk) +# Inherit some common CM stuff. +$(call inherit-product, vendor/cm/config/gsm.mk) PRODUCT_RELEASE_NAME := NS # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/gsm.mk) +# Inherit device configuration +$(call inherit-product, device/samsung/crespo/full_crespo.mk) # Enhanced NFC $(call inherit-product, vendor/cm/config/nfc_enhanced.mk) -- cgit v1.1