From 5b59ca766576fdd10a50dabc9c7b73dfbd40f8a7 Mon Sep 17 00:00:00 2001 From: Keyan Mobli Date: Sat, 19 Feb 2011 23:19:08 -0800 Subject: [PATCH] encore: Follow typical CM conventions Change-Id: I2349d3450b7a6a743675e811c2e2257ef8e5e61a --- products/cyanogen_encore.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/cyanogen_encore.mk b/products/cyanogen_encore.mk index f6ba7682..b9576a76 100644 --- a/products/cyanogen_encore.mk +++ b/products/cyanogen_encore.mk @@ -1,8 +1,8 @@ # Inherit AOSP device configuration for encore. -$(call inherit-product, device/bn/encore/device_encore.mk) +$(call inherit-product, device/bn/encore/encore.mk) # Inherit some common cyanogenmod stuff. -$(call inherit-product, vendor/cyanogen/products/common.mk) +$(call inherit-product, vendor/cyanogen/products/common_full.mk) # # Setup device specific product configuration.