summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2014-02-27 01:25:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-27 01:25:13 +0000
commit66a9b789703b7fac5f57fa318209dc8211f800f7 (patch)
treeaef3aee5cf036f7a8e8ccdc7304579dfaf8c6a41
parent9aa715a579765edf0fd4cf2fa0c0146e1b6a7c3b (diff)
parent59ec195a4d44e1632ee808c7b1479f4048cc9e33 (diff)
downloadbuild-66a9b789703b7fac5f57fa318209dc8211f800f7.zip
build-66a9b789703b7fac5f57fa318209dc8211f800f7.tar.gz
build-66a9b789703b7fac5f57fa318209dc8211f800f7.tar.bz2
Merge "Include privileged apps with app zip file."
-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)/*
#------------------------------------------------------------------