Merge "Include privileged apps with app zip file."
This commit is contained in:
commit
66a9b78970
1 changed files with 1 additions and 1 deletions
|
@ -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)/*
|
||||
|
||||
|
||||
#------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue