Skip to content
  • Anton Hansson's avatar
    8caea0d4
    Add a tool to dump git SHAs of API changes · 8caea0d4
    Anton Hansson authored
    Necessary for use by API council near the end of a release to verify
    their server-side tool has filed bugs for all the API changes.
    
    This utilized bazel-query to figure out what contributes to current.txt,
    and then finds api subdirectories in the relevant directories. Finally,
    it prints the non-merge SHAs of changes in those directories.
    
    Test: frameworks/base/api/dump_api_shas.sh
    Change-Id: I330bfe24fb4df5a8a9218241540f7a7ab3b66e2f
    8caea0d4
    Add a tool to dump git SHAs of API changes
    Anton Hansson authored
    Necessary for use by API council near the end of a release to verify
    their server-side tool has filed bugs for all the API changes.
    
    This utilized bazel-query to figure out what contributes to current.txt,
    and then finds api subdirectories in the relevant directories. Finally,
    it prints the non-merge SHAs of changes in those directories.
    
    Test: frameworks/base/api/dump_api_shas.sh
    Change-Id: I330bfe24fb4df5a8a9218241540f7a7ab3b66e2f
Loading