From e1a5d5f5c78adb7d5e19ca42916f7025ab1b3920 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 10 Nov 2016 12:29:01 +0100 Subject: [PATCH] Exclude a few Android packages which we don't need --- Android.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Android.mk b/Android.mk index cfb848ae..7da57f7b 100644 --- a/Android.mk +++ b/Android.mk @@ -59,6 +59,15 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_CFLAGS := \ -fexceptions \ -std=c++1y +# Drop a few packages we don't want in our images as they +# are not needed (e.g. a home/launcher application as we +# don't have this concept). +LOCAL_OVERRIDES_PACKAGES := \ + Launcher \ + Launcher2 \ + LatinIME \ + Home \ + QuickSearchBox include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) -- GitLab