aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 5ce332f7dd5a5474962216e07561e9f8590684d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "rules_android"
description:
    "Bazel build rules for building Android Apps. "
    "These are the open-sourced Android build rules from Google3."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/bazelbuild/rules_android"
  }
  url {
    type: GIT
    value: "https://github.com/bazelbuild/rules_android"
  }
  version: "ab13c86fafc79b965b7ad6e4d91c821760d869d3"
  last_upgrade_date { year: 2021 month: 2 day: 12 }
  license_type: NOTICE
}