From 59ec195a4d44e1632ee808c7b1479f4048cc9e33 Mon Sep 17 00:00:00 2001 From: Robert Craig Date: Wed, 26 Feb 2014 11:48:20 -0500 Subject: Include privileged apps with app zip file. Include apps that appear under /system/priv-app to also be included with the zip of all the apps. Change-Id: If4687cf4c471877f11d78b68bad96f1842e49d87 Signed-off-by: rpcraig --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index d76aca6..71eeb2e 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1430,7 +1430,7 @@ $(APPS_ZIP): $(INSTALLED_SYSTEMIMAGE) @echo "Package apps: $@" $(hide) rm -rf $@ $(hide) mkdir -p $(dir $@) - $(hide) zip -qj $@ $(TARGET_OUT_APPS)/* + $(hide) zip -qj $@ $(TARGET_OUT_APPS)/* $(TARGET_OUT_APPS_PRIVILEGED)/* #------------------------------------------------------------------ -- cgit v1.1