From b8c1aed364fd1376b8e8d942654f0c786b971c77 Mon Sep 17 00:00:00 2001 From: Ivy <78825510+Lost-Entrepreneur439@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:38:35 -0230 Subject: [PATCH] Update crDroid build flags --- lineage_a20.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lineage_a20.mk b/lineage_a20.mk index 78e92cc..6162a94 100644 --- a/lineage_a20.mk +++ b/lineage_a20.mk @@ -31,4 +31,8 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ # crDroid build flags 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