Przeglądaj źródła

Update old instructions

Rod Hynes 9 lat temu
rodzic
commit
111b6f94c2
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      MobileLibrary/Android/README.md

+ 1 - 3
MobileLibrary/Android/README.md

@@ -45,9 +45,7 @@ When that command completes, the compiled `.aar` file (suitable for use in an An
 #####Steps:
 
  1. Follow Go Android documentation ([gomobile documentation](https://godoc.org/golang.org/x/mobile/cmd/gomobile))
- - Build command: `gomobile bind -target=android github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/psi`
-  - Record build version info, as described [here](../README.md#setup), by passing a `-ldflags` argument to `gomobile bind`.
-  - Output: `psi.aar`
+ 2. Run `make.bash`
 
 ###Using the Library