From 235c30df642534b070b7824d267eaf2030ca95ee Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 30 Nov 2022 13:35:09 +0600 Subject: [PATCH] add WebCalendarManager app --- config/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 007c317..98fe4e0 100644 --- a/config/common.mk +++ b/config/common.mk @@ -43,7 +43,8 @@ PRODUCT_PACKAGES += \ PwaPlayer \ PrivacyCentral \ WeatherProvider \ - SplitInstallService + SplitInstallService \ + WebCalendarManager # Optional applications MINIMAL_APPS ?= false -- GitLab