mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210vewifi.git
synced 2024-11-07 02:35:50 +00:00
gts210vewifi: Add bootloader version assert
Change-Id: I6e6afd792417eaf2a571c0e05a0edb5cd52e3af7
This commit is contained in:
parent
4621b74043
commit
06352c1a19
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,9 @@ DEVICE_PATH := device/samsung/gts210vewifi
|
|||
# Assert
|
||||
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
||||
|
||||
# Board
|
||||
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
||||
|
||||
|
|
1
board-info.txt
Normal file
1
board-info.txt
Normal file
|
@ -0,0 +1 @@
|
|||
require version-bootloader=T813ZSS2AQB1
|
Loading…
Reference in a new issue