a20: General CharaROM Fixups

- Points to CharaROM repos where needed
- Boot and Vendor SPLs match Platform SPL
- Add a "encryption unsupported" prompt, which will be used by lineage-sdk
This commit is contained in:
Chara 2026-07-20 18:11:43 -04:00
commit c5275d4a6e
4 changed files with 13 additions and 9 deletions

View file

@ -22,6 +22,7 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# SPL
VENDOR_SECURITY_PATCH := 2021-06-01
# Security
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)