From 48c1b054fb59f88097be278af0daa8b81d740797 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 15 Nov 2011 10:32:40 +0000 Subject: [PATCH] re-order the includes --- BoardConfig.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index cb43529..5bde6a5 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -25,11 +25,11 @@ # against the traditional rules of inheritance). USE_CAMERA_STUB := false -# inherit from the proprietary version --include vendor/htc/leo/BoardConfigVendor.mk +# inherit from common msm7x30 device +-include device/htc/msm7x30-common/BoardConfigCommon.mk # inherit from the proprietary version --include device/htc/msm7x30-common/BoardConfigCommon.mk +-include vendor/htc/leo/BoardConfigVendor.mk TARGET_BOARD_PLATFORM := qsd8k TARGET_BOOTLOADER_BOARD_NAME := htcleo