From 63b3f4db79c1f38a04f38b8236ad307317543e99 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Mon, 2 Dec 2024 17:29:05 +0100 Subject: [PATCH] MT#59962 apps: exclude sw_vsc For cases when used in testing environment add sw_vsc to the list of `exclude_app_modules`. We cannot link this to the swrate library while compiling locally, because swrate lib has a separate repository. Change-Id: Id5df2c197139a454b9338bb6bdccba87b1c78424 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 62bf6904..26d11c24 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -24,7 +24,7 @@ ifeq ($(app_modules),) endif ifeq ($(TEST_ENVIRONMENT),yes) - exclude_app_modules = ann_b2b announce_transfer announcement annrecorder callback callqueues conference confpin conf_auth diameter_client dimanagedha early_announce early_dbprompt examples examples/tutorial/cc_acc gateway ivr jsonrpc mailbox memcachedstore mobile_push mp3 msg_storage mwi pin_collect precoded_announce py_sems rtmp twit voicebox voicemail webconference sw_rating + exclude_app_modules = ann_b2b announce_transfer announcement annrecorder callback callqueues conference confpin conf_auth diameter_client dimanagedha early_announce early_dbprompt examples examples/tutorial/cc_acc gateway ivr jsonrpc mailbox memcachedstore mobile_push mp3 msg_storage mwi pin_collect precoded_announce py_sems rtmp twit voicebox voicemail webconference sw_rating sw_vsc endif exclude_modules = $(exclude_app_modules)