Skip to content
Snippets Groups Projects
Commit 10812113 authored by Yu Shan's avatar Yu Shan
Browse files

Check in built python library.

Add built python library using the following steps:
1. Download libprotobuf from
https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.zip.
2. Goto protobuf-all-3.6.1/python
3. python setup.py build --build-base=[output_folder].
4. Copy output_folder to prebuilts/libprotobuf/linux/python
5. Copy setup.py from protobuf-all-3.6.1/python to
prebuilts/libprotobuf/linux/python
6. Copy src folder from protobuf-all-3.6.1 to
prebuilts/libprotobuf/linux/python, this is necessary for unit
tests.

Change-Id: Ib51c7b43051b809c784fcca93f9d0290bcdaecb4
Tests: Unit tests run using 'python setup.py test' under python
folder.
Bug: b/80498777
parent 1048c983
No related branches found
No related tags found
No related merge requests found
Showing
with 3094 additions and 151 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment