From b52ef41f354f1baebbe60af023d8fff01d282b8f Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Wed, 26 Nov 2025 16:47:14 +0100 Subject: [PATCH] MT#59962 apps: exclude certain apps from compilation Just because these have some complication during the compilation, and these aren't actually used exclude them for a while to not disturb people while compiling the whole project: - conference - early_announce - voicemail Change-Id: Ib8689a0a8077b25ba1d2d433c6b970eded3eb0bd --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 26d11c24..cb3b828d 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,7 +1,7 @@ COREPATH ?= ../core .DEFAULT_GOAL := all -local_exclude_app_modules=confpin early_dbprompt mobile_push py_sems gateway twit +local_exclude_app_modules=conference confpin early_announce early_dbprompt mobile_push py_sems gateway twit voicemail include $(COREPATH)/../Makefile.defs