We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9fe0 commit 707d348Copy full SHA for 707d348
BoardConfig.mk
@@ -19,6 +19,9 @@
19
20
PLATFORM_PATH := device/oneplus/onyx
21
22
+# Assertions
23
+TARGET_BOARD_INFO_FILE ?= $(PLATFORM_PATH)/board-info.txt
24
+
25
# Bootloader
26
TARGET_BOOTLOADER_BOARD_NAME := MSM8974
27
TARGET_NO_BOOTLOADER := true
board-info.txt
@@ -0,0 +1 @@
1
+require version-trustzone=TZ.BF.2.0-2.0.0137
0 commit comments