mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20: a few more fixups
This commit is contained in:
parent
f2f253ef25
commit
2f5703ec15
3 changed files with 9 additions and 8 deletions
|
|
@ -10,9 +10,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
|
|||
# Inherit LineageOS common device config
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Inherit some common lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/samsung/a20/device.mk)
|
||||
|
||||
|
|
@ -33,6 +30,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
|
|||
TARGET_BOOT_ANIMATION_RES := 720
|
||||
TARGET_ENABLE_BLUR := false
|
||||
TARGET_SUPPORTS_GOOGLE_RECORDER := false
|
||||
TARGET_SUPPORTS_QUICK_TAP := true
|
||||
TARGET_SUPPORTS_BLUR := false
|
||||
TARGET_SUPPORTS_CALL_RECORDING := true
|
||||
Loading…
Reference in a new issue