Skip to content

Commit

Permalink
Add further development tips to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored Jan 23, 2024
1 parent ce33f58 commit ddf2cd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Set the target of `rust-analyzer` to `x86_64-linux-android` (or even `aarch64-li

Also set the `ANDROID_HOME` and `ANDROID_NDK_ROOT` extra environment variables for it to suitable values, so the C parts of the dependencies can also be built by it.

You may also need to set the `TARGET_CC`, `TARGET_CXX`, and `TARGET_AR` environment variables to the full paths of the (sometimes API level-specific) `clang`, `clang++`, and `llvm-ar` binaries, respectively.

---

# TODO
Expand Down Expand Up @@ -111,4 +113,4 @@ In no particular order:
- [ ] Unbreak the regular build on CI
- No longer relevant after the repo split
- [ ] Clean up commit history of the branch
- No longer relevant after the repo split
- No longer relevant after the repo split

0 comments on commit ddf2cd6

Please sign in to comment.