Add the keytransparency android library#3
Conversation
| @@ -0,0 +1,84 @@ | |||
| package com.google.keytransparency; | |||
There was a problem hiding this comment.
Please move the client package into com.google.keytransparency.client
| @@ -0,0 +1,6 @@ | |||
| android_sdk_repository( | |||
| name = "androidsdk", | |||
| path = "/Users/antonio.marcedone/Library/Android/sdk", | |||
There was a problem hiding this comment.
Set to an environment variable and mention it in the README?
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
Closed. |
WIP.
Setup bazel WORKSPACE and BUILD files for a keytransparency library.
The library is a light wrapper around the keytransparency go code (compiled through gobind) and (at the moment) only allows to make GetEntry requests.
Depends on google/keytransparency#736