From dee850c7dea8c21e8c5c50941023065d8eb89103 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 19 Jan 2012 12:57:51 -0800 Subject: split board-info.txt into AOSP and non-AOSP versions Change-Id: I333a76a8286b9a9c706b8a0f55c72e5436f26ac4 --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 2927c72..ac7f5db 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,5 +20,9 @@ # Use the non-open-source parts, if they're present -include vendor/samsung/crespo/BoardConfigVendor.mk +# Use the open-source board-info file if none was set by the vendor +# config. +TARGET_BOARD_INFO_FILE ?= device/samsung/crespo/board-info.txt + # Use the parts that are common between all crespos include device/samsung/crespo/BoardConfigCommon.mk -- cgit v1.1