From e080628fbeb0ec99138fae7cf3e24cf0d03334a0 Mon Sep 17 00:00:00 2001 From: agathasenpai Date: Sun, 19 Nov 2023 20:13:17 +0000 Subject: [PATCH] stone: Add board-info.txt in tree * Fixes flashall in fastbootd --- BoardConfig.mk | 3 +++ board-info.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 board-info.txt diff --git a/BoardConfig.mk b/BoardConfig.mk index f42fddc..0ccbe85 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -60,6 +60,9 @@ TARGET_NO_BOOTLOADER := true BUILD_BROKEN_DUP_RULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true +# Board Info +TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt + # Display TARGET_SCREEN_DENSITY := 440 diff --git a/board-info.txt b/board-info.txt new file mode 100644 index 0000000..5c5e24d --- /dev/null +++ b/board-info.txt @@ -0,0 +1 @@ +require board=moonstone|sunstone \ No newline at end of file