about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-10 01:23:02 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-10 01:30:34 -0400
commit589c2c2870340c21b799795f6ed3b09608676499 (patch)
tree60ce4bb6f5f57c8f0466f2bb6f4b46588340a9a0 /lib/systems
parentf2bb67c8067e40d58630d628607674826fc98735 (diff)
androidndk: fixup mess
New android ndk (18) now uses clang. We were going through the wrapper
that are provided. This lead to surprising errors when building.
Ideally we could use the llvm linker as well, but this leads to errors
as many packages don’t support the llvm linker.
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/examples.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 28a8d3cb9eb9e..3e90c5ec22732 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -44,14 +44,6 @@ rec {
     platform = platforms.aarch64-multiplatform;
   };
 
-  armv5te-android-prebuilt = rec {
-    config = "armv5tel-unknown-linux-androideabi";
-    sdkVer = "21";
-    ndkVer = "18b";
-    platform = platforms.armv5te-android;
-    useAndroidPrebuilt = true;
-  };
-
   armv7a-android-prebuilt = rec {
     config = "armv7a-unknown-linux-androideabi";
     sdkVer = "24";