diff options
| author | TheStrix <parthbhatia@lineageos.org> | 2017-05-04 19:23:13 +0530 |
|---|---|---|
| committer | TheStrix <parthbhatia@lineageos.org> | 2017-05-04 21:14:16 +0530 |
| commit | 005e9aecdbd1238649c62701f7387f276333b9fe (patch) | |
| tree | 2e0897a7d41d13d8680c396b2590967b59fb2464 | |
| parent | 02b49ffc13e895419e038d23b2e7cfa3d3f40dbe (diff) | |
kenzo: Only support modem from marshmallow release
Change-Id: Ica3af398544b06c8a430ca036e8210abab9334fd
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | board-info.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 441ee57..ca02af5 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,7 +19,8 @@ DEVICE_PATH := device/xiaomi/kenzo -# Assert +# Assertions +TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt TARGET_OTA_ASSERT_DEVICE := kate,kenzo # Bluetooth diff --git a/board-info.txt b/board-info.txt new file mode 100644 index 0000000..674bc8c --- /dev/null +++ b/board-info.txt @@ -0,0 +1 @@ +require version-modem=MSM8976.LA.1.0.c3-30041-STD.PROD-1.77504.1.83742.1 |
