nix: turn off android for now

This commit is contained in:
William Casarin 2023-07-05 16:40:49 -07:00
parent 898ccfb132
commit af39a3a594

View File

@ -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}";
}