mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 03: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
|
|
@ -2,3 +2,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
PRODUCT_MAKEFILES += $(LOCAL_DIR)/lineage_a20.mk
|
||||
|
||||
# Integrate Lunch Options
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
lineage_a20-userdebug \
|
||||
lineage_a20-eng
|
||||
|
|
@ -4,8 +4,8 @@
|
|||
"target_path": "vendor/samsung/a20"
|
||||
},
|
||||
{
|
||||
"repository": "CharaROMAndroid/android_vendor_samsung_universal7885-common",
|
||||
"target_path": "vendor/samsung/universal7885-common"
|
||||
"repository": "CharaROMAndroid/android_vendor_samsung_exynos7885-common",
|
||||
"target_path": "vendor/samsung/exynos7885-common"
|
||||
},
|
||||
{
|
||||
"repository": "crdroidandroid/android_hardware_samsung-ext_interfaces",
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
"target_path": "prebuilts/clang/host/linux-x86/clang-vortex"
|
||||
},
|
||||
{
|
||||
"repository": "CharaROMAndroid/android_device_samsung_universal7885-common",
|
||||
"target_path": "device/samsung/universal7885-common"
|
||||
"repository": "CharaROMAndroid/android_device_samsung_exynos7885-common",
|
||||
"target_path": "device/samsung/exynos7885-common"
|
||||
},
|
||||
{
|
||||
"repository": "CharaROMAndroid/android_kernel_samsung_exynos7885",
|
||||
|
|
|
|||
|
|
@ -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