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: "v21.12" 16 last_upgrade_date { year: 2023 month: 04 day: 25 } 17 license_type: NOTICE 18 security { 19 tag: "NVD-CPE2.3:cpe:/a:google:protobuf:3.21.12" 20 } 21} 22