diff options
| author | TheStrix <parthbhatia@lineageos.org> | 2017-08-04 17:24:21 +0530 |
|---|---|---|
| committer | Vatsal <koradiavatsal@gmail.com> | 2017-10-21 16:30:59 +0530 |
| commit | 9446b19c6abb945942e0061742229fbc4581eb1d (patch) | |
| tree | 01fa5f799bfc7b8b868ec531d3425a38cba4af38 | |
| parent | ed6dce3deb14ee548c3d059c837c02c97a13a161 (diff) | |
hydrogen: Remove modem assert
* Kinda usesless on hydrogen anyway as the ver_info.txt doesn't contain subversion
Change-Id: I859704a1374eb26c98502a259ba662c2cf086a1b
| -rw-r--r-- | BoardConfig.mk | 1 | ||||
| -rw-r--r-- | board-info.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 19c29fc..d0a9fbd 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,7 +19,6 @@ DEVICE_PATH := device/xiaomi/hydrogen # Assertions -TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt TARGET_OTA_ASSERT_DEVICE := hydrogen # Bluetooth diff --git a/board-info.txt b/board-info.txt deleted file mode 100644 index 6d1b15d..0000000 --- a/board-info.txt +++ /dev/null @@ -1 +0,0 @@ -require version-modem=1.c1-00012-STD.PROD-1 |
