aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 64306e4feac8de3eb57c5c8d3566ce47f2ee8f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "protobuf"
description:
    "Protocol Buffers - Google's data interchange format"

third_party {
  url {
    type: HOMEPAGE
    value: "https://developers.google.com/protocol-buffers/"
  }
  url {
    type: GIT
    value: "https://github.com/protocolbuffers/protobuf"
  }
  // Also update the suffix in Android.bp when updating the version.
  version: "v3.9.1"
  last_upgrade_date { year: 2019 month: 8 day: 23 }
  license_type: PERMISSIVE
}