summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Craig <rpcraig@tycho.ncsc.mil>2014-02-26 11:48:20 -0500
committerRobert Craig <rpcraig@tycho.ncsc.mil>2014-02-26 12:00:14 -0500
commit59ec195a4d44e1632ee808c7b1479f4048cc9e33 (patch)
tree0bd1a573d22081d30cf596d2c12bf59d8251f313
parent630020883abc6c8b2c13876e3195ed6abcf4890f (diff)
downloadbuild-59ec195a4d44e1632ee808c7b1479f4048cc9e33.zip
build-59ec195a4d44e1632ee808c7b1479f4048cc9e33.tar.gz
build-59ec195a4d44e1632ee808c7b1479f4048cc9e33.tar.bz2
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 <rpcraig@tycho.ncsc.mil>
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
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)/*
#------------------------------------------------------------------