mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 03: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
|
# Properties
|
||||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
||||||
# SPL
|
# Security
|
||||||
VENDOR_SECURITY_PATCH := 2021-06-01
|
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||||
|
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_vendor_samsung_a20",
|
"repository": "CharaROMAndroid/android_vendor_samsung_a20",
|
||||||
"target_path": "vendor/samsung/a20"
|
"target_path": "vendor/samsung/a20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_vendor_samsung_universal7885-common",
|
"repository": "CharaROMAndroid/android_vendor_samsung_universal7885-common",
|
||||||
"target_path": "vendor/samsung/universal7885-common"
|
"target_path": "vendor/samsung/universal7885-common"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -20,11 +20,11 @@
|
||||||
"target_path": "prebuilts/clang/host/linux-x86/clang-vortex"
|
"target_path": "prebuilts/clang/host/linux-x86/clang-vortex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_device_samsung_universal7885-common",
|
"repository": "CharaROMAndroid/android_device_samsung_universal7885-common",
|
||||||
"target_path": "device/samsung/universal7885-common"
|
"target_path": "device/samsung/universal7885-common"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_kernel_samsung_exynos7885",
|
"repository": "CharaROMAndroid/android_kernel_samsung_exynos7885",
|
||||||
"target_path": "kernel/samsung/exynos7885"
|
"target_path": "kernel/samsung/exynos7885"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -44,9 +44,9 @@
|
||||||
"target_path": "device/samsung_slsi/sepolicy"
|
"target_path": "device/samsung_slsi/sepolicy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_hardware_samsung",
|
"repository": "CharaROMAndroid/android_hardware_samsung",
|
||||||
"target_path": "hardware/samsung",
|
"target_path": "hardware/samsung",
|
||||||
"branch": "15.0-a20"
|
"branch": "hershey-a20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_graphics",
|
"repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_graphics",
|
||||||
|
|
@ -29,7 +29,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
BuildDesc="a20cis-user 11 RP1A.200720.012 A205FNXXSBCWC3 release-keys" \
|
BuildDesc="a20cis-user 11 RP1A.200720.012 A205FNXXSBCWC3 release-keys" \
|
||||||
BuildFingerprint=samsung/a20cis/a20:11/RP1A.200720.012/A205FNXXSBCWC3:user/release-keys
|
BuildFingerprint=samsung/a20cis/a20:11/RP1A.200720.012/A205FNXXSBCWC3:user/release-keys
|
||||||
|
|
||||||
# crDroid build flags
|
# CharaROM build flags
|
||||||
TARGET_BOOT_ANIMATION_RES := 720
|
TARGET_BOOT_ANIMATION_RES := 720
|
||||||
TARGET_ENABLE_BLUR := false
|
TARGET_ENABLE_BLUR := false
|
||||||
TARGET_SUPPORTS_GOOGLE_RECORDER := false
|
TARGET_SUPPORTS_GOOGLE_RECORDER := false
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,6 @@ bluetooth.device.default_name=Galaxy A20
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
ro.vendor.fingerprint.type=rear
|
ro.vendor.fingerprint.type=rear
|
||||||
ro.vendor.fingerprint.supports_gestures=true
|
ro.vendor.fingerprint.supports_gestures=true
|
||||||
|
|
||||||
|
# CharaROM Unencryptable Flag
|
||||||
|
ro.chararom.encryption=unsupported
|
||||||
Loading…
Reference in a new issue