• Peter Wen's avatar
    Android: Use android_deps for play services APIs · d340c5e1
    Peter Wen authored
    - Rename `repository` to `libs` in order to stop git complaining about
      previously ignored *.info files being overwitten (since we are now
      including them in the repo) when cherry picking
      - Nice side benefit of resetting to -cr0 for packages
    
    - Add gms libraries, previously defined in
      `build/secondary/third_party/android_tools/BUILD.gn`
    
    - Add `third_party/android_deps/Android_SDK_License-December_9_2016.txt`
      - This is used for all gms dependencies which require this license
      - Taken from `https://developer.android.com/studio/terms`
    
    - Pass in output file directly to `aar.py`
    
    - Add .info files to the repository and remove from `.gitignore`
    
    - Increment crX suffix for CIPD packages in order to avoid duplicate
      tags
    
    - Add OWNERS in each package's subdirectory under `libs` so that future
      version upgrades will not require full review, but new packages will
      still go through full third_party review.
    
    Bug: 865020, 865065, 863547
    Change-Id: I91cc400d02ce83e0195d8aab3f76939d6ddcb120
    Reviewed-on: https://chromium-review.googlesource.com/1142189Reviewed-by: default avatarGrace Kloba <klobag@chromium.org>
    Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
    Commit-Queue: Peter Wen <wnwen@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#578434}
    d340c5e1
PRESUBMIT.py 6.34 KB