Browse Source

update binary path

pull/69/head
R4SAS 2 years ago committed by GitHub
parent
commit
1a2275a15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/building/android.md

2
docs/devs/building/android.md

@ -87,4 +87,4 @@ Building executable binary @@ -87,4 +87,4 @@ Building executable binary
export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/21.4.7075529
```
- Run `$ANDROID_NDK_HOME/ndk-build -j <threads> NDK_MODULE_PATH=$PWD` from `binary/jni` folder
- You will find an `i2pd` executable in `android_binary_only/libs/<architecture>` folder
- You will find an `i2pd` executable in `binary/libs/<architecture>` folder

Loading…
Cancel
Save