From a46835b8e959deb67ce5ec4663315ad0e46fd269 Mon Sep 17 00:00:00 2001 From: Sourajit Karmakar Date: Sat, 30 Oct 2021 01:31:21 -0400 Subject: [PATCH] Spacewar: Set proper asserts for all the possible codenames * After the Nothing OS 1.1.4 hotfix, Nothing updated the bootloader product name, which will prevent users who have not updated the firmware to that version from updating our custom ROM using fastboot update. List all possible codename variations for this device. This file is automatically picked up by make [1]. * We can now finally use fastboot update without having codename mismatch errors. [1]: https://cs.android.com/android/platform/superproject/+/master:build/make/target/board/Android.mk;l=13?q=TARGET_BOARD_INFO_FILE Change-Id: I82527a59d71742409c7ed7a80a34095d8721e5f9 --- board-info.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 board-info.txt diff --git a/board-info.txt b/board-info.txt new file mode 100644 index 0000000..0c64ba4 --- /dev/null +++ b/board-info.txt @@ -0,0 +1 @@ +require board=lahaina|Spacewar