From b08e6e14490d1d73f0664be5d3a17eda7e848be6 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 9 Sep 2019 18:20:12 -0400 Subject: [PATCH] [BackgrounTask] Add the framework to simlauncher. --- tools/mtouch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mtouch/Makefile b/tools/mtouch/Makefile index f07cc7fb3836..c78ed5b90f57 100644 --- a/tools/mtouch/Makefile +++ b/tools/mtouch/Makefile @@ -143,6 +143,7 @@ SIMLAUNCHER_FRAMEWORKS = \ -weak_framework ClassKit \ \ -weak_framework AuthenticationServices \ + -weak_framework BackgroundTasks \ -weak_framework CarPlay \ -weak_framework NaturalLanguage \ -weak_framework Network \