summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <info@codeworkx.de>2012-05-14 13:42:36 +0300
committerDaniel Hillenbrand <info@codeworkx.de>2012-05-14 13:42:36 +0300
commit486aeb1997f84403e0b73fa86c262c51cbd95347 (patch)
tree58d1012d6944dfc26c33e805caee45d90d68d769 /BoardConfig.mk
parent6734327a27af50745e91f383f4bf083b1326e8b9 (diff)
downloaddevice_samsung_n7000-486aeb1997f84403e0b73fa86c262c51cbd95347.zip
device_samsung_n7000-486aeb1997f84403e0b73fa86c262c51cbd95347.tar.gz
device_samsung_n7000-486aeb1997f84403e0b73fa86c262c51cbd95347.tar.bz2
added galaxynote to ota assert, needs to be removed later
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 285da4c..bad5982 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -131,8 +131,8 @@ BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_15x24.h\"
TARGET_SPECIFIC_HEADER_PATH := device/samsung/n7000/overlay/include
-# assert
-TARGET_OTA_ASSERT_DEVICE := n7000,GT-N7000
+# assert, galaxynote needs to be removed later
+TARGET_OTA_ASSERT_DEVICE := galaxynote,n7000,GT-N7000
# Use the non-open-source parts, if they're present
-include vendor/samsung/n7000/BoardConfigVendor.mk