diff options
| author | Daniel Sikorski <dadi.sikorski@gmail.com> | 2017-03-08 16:47:36 +0000 |
|---|---|---|
| committer | TheStrix <parthbhatia@lineageos.org> | 2017-04-05 10:01:52 +0000 |
| commit | 30aac4d27ca37b2ba0a09013c2ae86be5c66ce06 (patch) | |
| tree | d7d5d5108d2e618e22208c93690648ae9ad87dae | |
| parent | 7786d647cae4d27eefe8d4194bc33585bdff3e2c (diff) | |
kenzo: Add kate to ota assert devices
* Allow flashing kenzo ROMs on kate
Change-Id: Id3e5cf8fd0190022b0f44993e30a9e3c32cda703
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index cab1f6d..441ee57 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,7 +20,7 @@ DEVICE_PATH := device/xiaomi/kenzo # Assert -TARGET_OTA_ASSERT_DEVICE := kenzo +TARGET_OTA_ASSERT_DEVICE := kate,kenzo # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth |
