summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2012-01-19 10:44:53 -0800
committerDoug Zongker <dougz@android.com>2012-01-19 13:32:44 -0800
commit5e7e03f6f18e9512d07167286a460d18f9127fc6 (patch)
tree0859b159d8e429ad52fd0fcce49243d85b8731a8 /BoardConfig.mk
parent4e9e1591647a9d223e6dfa2254ad9e71f6058697 (diff)
downloaddevice_samsung_maguro-5e7e03f6f18e9512d07167286a460d18f9127fc6.zip
device_samsung_maguro-5e7e03f6f18e9512d07167286a460d18f9127fc6.tar.gz
device_samsung_maguro-5e7e03f6f18e9512d07167286a460d18f9127fc6.tar.bz2
split board-info.txt into AOSP and non-AOSP versions
Change-Id: Idbfb10b2dd6540f027f2ab44fef8f056998eeadf
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 1a92e94..9f9d389 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -15,5 +15,10 @@
# Use the non-open-source part, if present
-include vendor/samsung/maguro/BoardConfigVendor.mk
+# Use the open-source board-info file if none was set by the vendor
+# config.
+TARGET_BOARD_INFO_FILE ?= device/samsung/maguro/board-info.txt
+
# Use the part that is common between all tunas
include device/samsung/tuna/BoardConfig.mk
+