mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
8b3fea5e5a
commit
c5275d4a6e
4 changed files with 13 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue