summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-04 19:12:26 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-04 19:12:26 +0200
commit2e66f3d54a4e17c5aea62bca1baa9425d7787c44 (patch)
tree0f5d5d1a446b89d8fa56a68d651683417dd1a46b /BoardConfig.mk
parentc22712c5e71a1d99487f8eeeda545071a22592c1 (diff)
downloaddevice_samsung_i9300-2e66f3d54a4e17c5aea62bca1baa9425d7787c44.zip
device_samsung_i9300-2e66f3d54a4e17c5aea62bca1baa9425d7787c44.tar.gz
device_samsung_i9300-2e66f3d54a4e17c5aea62bca1baa9425d7787c44.tar.bz2
add m0 to device assert
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6d1dfb1..6b34009 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -117,7 +117,7 @@ BOARD_HAS_NO_MISC_PARTITION := true
BOARD_HAS_NO_SELECT_BUTTON := true
# assert
-TARGET_OTA_ASSERT_DEVICE := i9300,GT-I9300
+TARGET_OTA_ASSERT_DEVICE := m0,i9300,GT-I9300
# inherit from the proprietary version
-include vendor/samsung/i9300/BoardConfigVendor.mk