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_type: PERMISSIVE 18} 19