mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28vewifi.git
synced 2024-11-07 03:25:49 +00:00
gts28vewifi: Add bootloader version assert
Change-Id: Id64cb0528b0de75df6473ad9711b5274b05f46bb
This commit is contained in:
parent
762a8ad72f
commit
036c80c170
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,9 @@ DEVICE_PATH := device/samsung/gts28vewifi
|
|||
# Assert
|
||||
TARGET_OTA_ASSERT_DEVICE := gts28vewifi
|
||||
|
||||
# Board
|
||||
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := gts28vewifi_defconfig
|
||||
|
||||
|
|
1
board-info.txt
Normal file
1
board-info.txt
Normal file
|
@ -0,0 +1 @@
|
|||
require version-bootloader=T713ZSU2AQA1
|
Loading…
Reference in a new issue