Skip to content
Snippets Groups Projects
Commit 0512114a authored by Spencer Brown's avatar Spencer Brown
Browse files

Refactor package structure

parent 30cc338b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ Building
To build the .aar for the client, cd to privategrity/client/android/client and
run this command:
$ gomobile bind -target=android gitlab.com/privategrity/client
$ gomobile bind -target=android gitlab.com/privategrity/client/api
Adding the .aar to the Android Studio project
==
......
package client
package api
import (
"gitlab.com/privategrity/client/crypto"
......
package client
package api
import "testing"
......
#!/bin/env python3
import os
# Run this script to re-generate the .aar build artifact for the Android app.
#!/bin/env python3
import argparse
# This script will download and install, or use local versions of, the Android
# NDK and gomobile. These are needed to build the client for mobile but they
# can't be installed with glide for various dumb reasons.
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