1name: "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 } 14 # Also update the suffix in Android.bp when updating the version. 15 version: "v3.9.1" 16 last_upgrade_date { year: 2019 month: 8 day: 23 } 17 license_note: "would be NOTICE save for GPL in java/core/src/stubs/sun/misc/Unsafe.java" 18 license_type: RESTRICTED 19 security { 20 tag: "NVD-CPE2.3:cpe:/a:google:protobuf:3.9.0" 21 } 22} 23