From e17cfc426f7c2017af8f505060060511e6ddf455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Ho=C3=A0ng?= Date: Sat, 15 Oct 2016 19:22:49 +0700 Subject: [PATCH] change MIUI_APPS_BLACKLIST to MIUI_APP_BLACKLIST (miui_apps.mk) --- localvar.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localvar.mk b/localvar.mk index 81fda05..69cb3e2 100644 --- a/localvar.mk +++ b/localvar.mk @@ -55,7 +55,7 @@ endif APPS := $(strip $(local-modified-apps)) MIUI_MOD_APPS := $(strip $(local-miui-modified-apps)) -MIUI_APPS_BLACKLIST := $(MIUI_MOD_APPS) $(strip $(local-miui-removed-apps)) +MIUI_APP_BLACKLIST := $(MIUI_MOD_APPS) $(strip $(local-miui-removed-apps)) PHONE_JARS := $(strip $(local-modified-jars))