Skip to content

Commit 707d348

Browse files
committed
onyx: Disable install on old TrustZone
*Pre-OOS 3.1.3 firmware not supported anymore . Change-Id: Iec52a8c0f4c14ca7096e11009ac0c70b37276ccb (cherry picked from commit 4b61eff)
1 parent 16a9fe0 commit 707d348

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

BoardConfig.mk

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
PLATFORM_PATH := device/oneplus/onyx
2121

22+
# Assertions
23+
TARGET_BOARD_INFO_FILE ?= $(PLATFORM_PATH)/board-info.txt
24+
2225
# Bootloader
2326
TARGET_BOOTLOADER_BOARD_NAME := MSM8974
2427
TARGET_NO_BOOTLOADER := true

board-info.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require version-trustzone=TZ.BF.2.0-2.0.0137

0 commit comments

Comments
 (0)