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