diff --git a/notification.gni b/notification.gni index 1659de9e7244799d67ab07d374118e84818188c4..0f2f14bc99bf95eed9d06daa640ee2880a9543ed 100644 --- a/notification.gni +++ b/notification.gni @@ -98,6 +98,12 @@ declare_args() { notification_smart_reminder_supported = false } + if (!is_emulator && device_company == "iscas" && + (target_cpu == "x86_64" || target_cpu == "arm64")) { + screenlock_mgr_enable = false + notification_smart_reminder_supported = false + } + if (defined(global_parts_info) && !defined(global_parts_info.telephony_telephony_cust)) { telephony_cust = false