From af39a3a5947ec8662ef5dcfb336c6d2b011e7118 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 5 Jul 2023 16:40:49 -0700 Subject: [PATCH] nix: turn off android for now --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index ffc6f651..74f8a999 100644 --- a/shell.nix +++ b/shell.nix @@ -26,10 +26,10 @@ mkShell { heaptrack # android - jre openssl libiconv androidsdk + #jre openssl libiconv androidsdk ]; - ANDROID_HOME = android-home; - NDK_HOME = ndk-home; + #ANDROID_HOME = android-home; + #NDK_HOME = ndk-home; LD_LIBRARY_PATH="${x11libs}"; }