Merges process and package resources script
process_resources.py and package_resources.py are currently both required to create the final apk. They currently communicate using zipfiles. This ends up having 3-4 zips/unzips during the final build of the same apk in order to perform modifications. This merger allows all the required processing to be done before apk creation with no need for zipping. It also simplifies the process_resources.py script to separate the code that runs during library builds vs apk builds. Bug: 782316 Change-Id: I958c1d107d593b0932275d3c4452c2c51c499b55 Reviewed-on: https://chromium-review.googlesource.com/791152 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#519850}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment