summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2012-01-19 12:57:51 -0800
committerDoug Zongker <dougz@android.com>2012-01-19 12:57:51 -0800
commitdee850c7dea8c21e8c5c50941023065d8eb89103 (patch)
tree4da4b4cc8a4af6551e6c3251b614d006b652b03e /BoardConfig.mk
parent9a953d4cf657bd733bc631b297a9b92171152297 (diff)
downloaddevice_samsung_crespo-dee850c7dea8c21e8c5c50941023065d8eb89103.zip
device_samsung_crespo-dee850c7dea8c21e8c5c50941023065d8eb89103.tar.gz
device_samsung_crespo-dee850c7dea8c21e8c5c50941023065d8eb89103.tar.bz2
split board-info.txt into AOSP and non-AOSP versions
Change-Id: I333a76a8286b9a9c706b8a0f55c72e5436f26ac4
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
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