diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-08-12 00:10:38 -0400 |
|---|---|---|
| committer | Nyks45 <winglow45@gmail.com> | 2016-10-12 17:38:06 +0200 |
| commit | 1226e73e94b9d1e705a82f5c97b95908e019788a (patch) | |
| tree | 223bb35fdfc5a71bdf9f2d5b026666fc2fbd76f1 | |
| parent | 42871ebed0d975ae57b57bcc5766df0739b3788c (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 |
