From 2f5703ec15ed6791b32ad4fb297ada2448b6389c Mon Sep 17 00:00:00 2001 From: Chara Date: Mon, 27 Jul 2026 18:44:11 -0400 Subject: [PATCH] a20: a few more fixups --- AndroidProducts.mk | 5 +++++ lineage.dependencies | 8 ++++---- lineage_a20.mk | 4 ---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 894caaf..54206e6 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -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 \ No newline at end of file diff --git a/lineage.dependencies b/lineage.dependencies index 0fd1dcc..4e0b8e0 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -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", diff --git a/lineage_a20.mk b/lineage_a20.mk index 34a7d0f..6aa32af 100644 --- a/lineage_a20.mk +++ b/lineage_a20.mk @@ -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 \ No newline at end of file