Skip to content

Commit

Permalink
Update docs/genai/howto/build-from-source.md
Browse files Browse the repository at this point in the history
Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
  • Loading branch information
natke and kunal-vaishnavi committed Sep 11, 2024
1 parent a2be9af commit 03c8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pip install ninja
Run the build script.

```bash
python build.py --build_java --android --android_home <path to your Android SDK> --android_ndk_path <path to your NDK installation>` --android_abi [armeabi-v7a|arm64-v8a|x86|x86_64] --config Release
python build.py --build_java --android --android_home <path to your Android SDK> --android_ndk_path <path to your NDK installation> --android_abi [armeabi-v7a|arm64-v8a|x86|x86_64] --config Release
```

## Install the library into your application
Expand Down

0 comments on commit 03c8efc

Please sign in to comment.