diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-08-12 00:10:38 -0400 |
|---|---|---|
| committer | Nyks45 <winglow45@gmail.com> | 2016-09-10 03:11:45 +0300 |
| commit | 8b4476583d0fa5946b26b7c7ce728005c2592c67 (patch) | |
| tree | 8958686cd081da39c7da4985f2de1dac33812725 | |
| parent | 9d6379d3b90109c7ea19f96d8913ac54849018a1 (diff) | |
Z00A: assert on M based Ifwi version
Change-Id: I93e83d275333df0c0cc765236b94d3da45a1ac56
| -rw-r--r-- | BoardConfig.mk | 5 | ||||
| -rw-r--r-- | board-info.txt | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 03ce36b..e225f88 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,8 +17,6 @@ # inherit from common mofd-common -include device/asus/mofd-common/BoardConfigCommon.mk -TARGET_RELEASETOOLS_EXTENSIONS := device/asus/Z00A - # Charger BOARD_HEALTHD_CUSTOM_CHARGER_RES := device/asus/Z00A/charger/images @@ -29,5 +27,8 @@ BOARD_RECOVERY_KEY := device/asus/Z00A/keys/recovery_z00a.sig # Partitions BOARD_USERDATAIMAGE_PARTITION_SIZE := 59261286400 +# Require Ifwi version +TARGET_BOARD_INFO_FILE ?= device/asus/Z00A/board-info.txt + # Use the non-open-source parts, if they're present -include vendor/asus/Z00A/BoardConfigVendor.mk diff --git a/board-info.txt b/board-info.txt new file mode 100644 index 0000000..b45067a --- /dev/null +++ b/board-info.txt @@ -0,0 +1 @@ +require version-ifwi=0094.0183 |
