diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-08-12 00:10:38 -0400 |
|---|---|---|
| committer | Nyks45 <winglow45@gmail.com> | 2016-09-10 03:23:43 +0300 |
| commit | 793003d7c48b9561fff307f1afc0cc712dfa37ae (patch) | |
| tree | cd3d4566506ae0e0fbde7d9041900ea67c22bc40 | |
| parent | 1b6763a793b4f7acebc03ba3d2ce217ecc43c0ed (diff) | |
Z008: 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 62fa85f..eb21c19 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/Z008 - # Charger BOARD_HEALTHD_CUSTOM_CHARGER_RES := device/asus/Z008/charger/images @@ -29,5 +27,8 @@ BOARD_RECOVERY_KEY := device/asus/Z008/keys/recovery_z008.sig # Partitions BOARD_USERDATAIMAGE_PARTITION_SIZE := 12478019584 +# Require Ifwi version +TARGET_BOARD_INFO_FILE ?= device/asus/Z008/board-info.txt + # Use the non-open-source parts, if they're present -include vendor/asus/Z008/BoardConfigVendor.mk diff --git a/board-info.txt b/board-info.txt new file mode 100644 index 0000000..6574db3 --- /dev/null +++ b/board-info.txt @@ -0,0 +1 @@ +require version-ifwi=0088.0173 |
