From 7db589b8861095d8ac275c645db2300feee12a8d Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Fri, 14 Sep 2012 17:49:33 -0400 Subject: n7000: Change order of overlay calling This should let our device-specific power_profile override the one in galaxys2-common Change-Id: I8427f64295b7e30176ddd97cddb4e344adccf63c --- n7000.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'n7000.mk') diff --git a/n7000.mk b/n7000.mk index b257ae1..13a59b0 100644 --- a/n7000.mk +++ b/n7000.mk @@ -14,14 +14,14 @@ # limitations under the License. # -# Include common makefile -$(call inherit-product, device/samsung/galaxys2-common/common.mk) - LOCAL_PATH := device/samsung/n7000 # Overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +# Include common makefile +$(call inherit-product, device/samsung/galaxys2-common/common.mk) + # This device is xhdpi. PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi -- cgit v1.1