• Bo's avatar
    Revert "Merges process and package resources script" · 52affce6
    Bo authored
    This reverts commit ea0f96c8.
    
    Reason for revert:
    Causing resource errors in the real webview (not on cq)
    https://build.chromium.org/p/chromium.android/builders/Android%20WebView%20L%20%28dbg%29/builds/10729
    
    Original change's description:
    > 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}
    
    TBR=agrieve@chromium.org,mheikal@chromium.org
    
    Change-Id: If0d30f7e57b18ff56bd17c2c918398158fb3dffa
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: 782316
    Reviewed-on: https://chromium-review.googlesource.com/796717Reviewed-by: default avatarBo <boliu@chromium.org>
    Commit-Queue: Bo <boliu@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#520149}
    52affce6
process_resources.py 24.2 KB