aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: fcc313dd3a59dadcfc6c7c8598f266e2a9d18acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "gRPC"
description:
    "The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)"

third_party {
  url {
    type: HOMEPAGE
    value: "https://grpc.io"
  }
  url {
    type: GIT
    value: "https://github.com/grpc/grpc"
  }
  # grpc_version_defaults in Android.bp must be updated when importing a new version.
  version: "1.19.1"
  # As of this upgrade, the most recent upstream version was 1.54.1.
  last_upgrade_date { year: 2023 month: 5 day: 9 }
  license_note: "would be NOTICE save for MPL 2.0 in: etc/roots.pem and src/android/test/interop/app/src/main/assets/roots.pem"
  license_type: RECIPROCAL
  security {
    tag: "NVD-CPE2.3:cpe:2.3:a:grpc:grpc:1.19.1"
  }
}