mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
build(nix): do not change PATH
Version 30.0.3 is outdated (we use build-tools 33.0.1) and toolchain path is determined by scripts/ndk-make.sh so there is no need to add toolchain binaries to PATH. On macOS there is no linux-x86_64 folder as well.
This commit is contained in:
parent
122bb0dbff
commit
24d10bda78
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@
|
|||
ANDROID_SDK_ROOT = "${android-sdk}/share/android-sdk";
|
||||
ANDROID_NDK_ROOT =
|
||||
"${android-sdk}/share/android-sdk/ndk/23.2.8568313";
|
||||
shellHook = ''
|
||||
export PATH="$ANDROID_SDK_ROOT/build-tools/30.0.3/:$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/:$PATH"
|
||||
'';
|
||||
buildInputs = [
|
||||
android-sdk
|
||||
pkgs.openjdk17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue