diff options
author | Ying Wang <wangying@android.com> | 2014-03-11 18:16:01 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-11 18:16:01 +0000 |
commit | 9638890678049e4a832686fce522bafd66c77297 (patch) | |
tree | e0d6ce801c82eacb87899f782370d500ac33ae09 /core | |
parent | e26a58ae1db2060e1b0480856489df20df9d2f0f (diff) | |
parent | 66a9b789703b7fac5f57fa318209dc8211f800f7 (diff) | |
download | build-9638890678049e4a832686fce522bafd66c77297.zip build-9638890678049e4a832686fce522bafd66c77297.tar.gz build-9638890678049e4a832686fce522bafd66c77297.tar.bz2 |
am 66a9b789: Merge "Include privileged apps with app zip file."
* commit '66a9b789703b7fac5f57fa318209dc8211f800f7':
Include privileged apps with app zip file.
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 25cce58..b050d3d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1428,7 +1428,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)/* #------------------------------------------------------------------ |