commit | fbc6810e0ea7322e5ed7c80662ddc4aad97fe60d | [log] [tgz] |
---|---|---|
author | Armelle Laine <[email protected]> | Sun Nov 06 19:03:46 2022 +0000 |
committer | Armelle Laine <[email protected]> | Thu Nov 17 09:20:09 2022 +0000 |
tree | 148cbfa91ed72a13a94e92b7b279c8f9618d64f5 | |
parent | 10812113a483a5ea697c65e1135cb543532141b5 [diff] |
Check in prebuilt protoc compiler and protobuf python lib Updated to latest protobuf version 21.9, proceeding as follow: 1. Download libprotobuf from https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protobuf-all-21.9.zip 2. Goto protobuf-all-21.9/python 3. python setup.py build 4. Copy `python` folder from protobuf-all-21.9 to the local path for `prebuilts/libprotobuf/linux` 5. Copy `src` folder from protobuf-all-21.9 to the local path for `prebuilts/libprotobuf/linux`, this is necessary for unit tests. 6. Copy `LICENSE`, `CHANGES.txt` from protobuf-all-21.9 to the local path for `prebuilts/libprotobuf/linux` 6. Download the prebuilt protoc compiler from https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-x86_64.zip 7. Copy `bin` folder, `include` folder, `readme.txt` from protoc-21.9-linux-x86_64 into the local path for `prebuilts/libprotobuf/linux` 8. Update `METADATA` file Bug: None Change-Id: I8bfee218492ca001e951cb4adcc8929d14259767