Skip to content

Commit

Permalink
X00TD: Add firmware requirement
Browse files Browse the repository at this point in the history
* Also set device OTA assert

Change-Id: I7ddc6c5a1422bf07bca2b90b091b7ca464e0d27e
  • Loading branch information
Vivekachooz committed Aug 8, 2020
1 parent b342f4c commit da935b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@

DEVICE_PATH := device/asus/X00TD

# Assert
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
TARGET_OTA_ASSERT_DEVICE := ASUS_X00TD,X00TD,X00T

# Inherit the proprietary files
-include vendor/asus/X00TD/BoardConfigVendor.mk
2 changes: 2 additions & 0 deletions board-info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require version-modem=2019-11-2512:49:03
require version-firmware=16.2017.1912.060

0 comments on commit da935b7

Please sign in to comment.