You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
524 B
20 lines
524 B
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 }
|
|
# would be NOTICE save for GPL in java/core/src/stubs/sun/misc/Unsafe.java
|
|
license_type: RESTRICTED
|
|
}
|