aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-09Check in prebuilt protoc compiler and protobuf python libHEADmastermainandroid-games-sdk-games-performance-tuner-releaseandroid-games-sdk-games-memory-advice-releaseandroid-games-sdk-games-frame-pacing-releaseandroid-games-sdk-games-controller-releaseandroid-games-sdk-game-text-input-releaseandroid-games-sdk-game-activity-releaseArmelle Laine
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 (cherry picked from commit fbc6810e0ea7322e5ed7c80662ddc4aad97fe60d)
2015-10-02Initial empty repositoryandroid-games-sdk-releaseBill Yi