• cjhopman's avatar
    Fix android resources in gn builds · 46ba0c2b
    cjhopman authored
    Dependent libraries need to be passed in the reverse order that
    build_utils.GetSortedTransitiveDependencies returns.
    
    Also, a multi-library resource zip in package_libraries should be sorted
    on the numeric values of the directories in the zip, not the string
    values.
    
    Review URL: https://codereview.chromium.org/1007043002
    
    Cr-Commit-Position: refs/heads/master@{#320802}
    46ba0c2b
package_resources.py 5.76 KB