diff options
author | Ying Wang <wangying@google.com> | 2014-07-18 19:15:15 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-07-18 19:15:15 -0700 |
commit | 2ce3d5c4ae4e5eb20d4e76931947a02bd54c3101 (patch) | |
tree | 0271b1541c65708af7c76005e6053f3dde13ff87 /core | |
parent | 5a5aa71f6cf43355dfd8c86501eb946be499cdd0 (diff) | |
download | build-2ce3d5c4ae4e5eb20d4e76931947a02bd54c3101.zip build-2ce3d5c4ae4e5eb20d4e76931947a02bd54c3101.tar.gz build-2ce3d5c4ae4e5eb20d4e76931947a02bd54c3101.tar.bz2 |
Update rule of APPS_ZIP to use the new paths of apks.
Bug: 16319961
Change-Id: I9fc93f329a34e404beaf3fa212772b731a7020ff
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 b81aac2..bf78b44 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1489,7 +1489,7 @@ $(APPS_ZIP): $(INSTALLED_SYSTEMIMAGE) @echo "Package apps: $@" $(hide) rm -rf $@ $(hide) mkdir -p $(dir $@) - $(hide) zip -qj $@ $(TARGET_OUT_APPS)/* $(TARGET_OUT_APPS_PRIVILEGED)/* + $(hide) zip -qj $@ $(TARGET_OUT_APPS)/*/*.apk $(TARGET_OUT_APPS_PRIVILEGED)/*/*.apk #------------------------------------------------------------------ |