blob: eb67a96c78d091b4894c623078368caec4d81197 [file] [log] [blame]
Colin Crossed3d33f2019-08-23 14:57:03 -07001name: "protobuf"
2description:
3 "Protocol Buffers - Google's data interchange format"
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://developers.google.com/protocol-buffers/"
9 }
10 url {
11 type: GIT
12 value: "https://github.com/protocolbuffers/protobuf"
13 }
Haibo Huang50482b52020-03-19 19:50:40 -070014 # Also update the suffix in Android.bp when updating the version.
Colin Crossed3d33f2019-08-23 14:57:03 -070015 version: "v3.9.1"
16 last_upgrade_date { year: 2019 month: 8 day: 23 }
Bob Badour4470c132021-02-03 13:16:18 -080017 # would be NOTICE save for GPL in java/core/src/stubs/sun/misc/Unsafe.java
18 license_type: RESTRICTED
Colin Crossed3d33f2019-08-23 14:57:03 -070019}