summary refs log tree commit diff
path: root/lib/systems/inspect.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-02-17 00:36:10 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-02-27 14:15:39 -0500
commit2482e2858e7e2d5e91f506932f3774288ca6120d (patch)
tree3619ff9d81826a55baa3d4b10ab8a4f1c96d3abe /lib/systems/inspect.nix
parentdfc5d7835d6e248d3cc83430da941277ae5cabaa (diff)
downloadnixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar.gz
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar.bz2
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar.lz
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar.xz
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.tar.zst
nixpkgs-2482e2858e7e2d5e91f506932f3774288ca6120d.zip
prebuilt android tools: Init using SDK
Expose as an option for the cross stdenv.
Diffstat (limited to 'lib/systems/inspect.nix')
-rw-r--r--lib/systems/inspect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index ff8f6000117..ab220af46e3 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -34,6 +34,7 @@ rec {
     Cygwin       = { kernel = kernels.windows; abi = abis.cygnus; };
     MinGW        = { kernel = kernels.windows; abi = abis.gnu; };
 
+    Android      = [ { abi = abis.android; } { abi = abis.androideabi; } ];
     Musl         = with abis; map (a: { abi = a; }) [ musl musleabi musleabihf ];
 
     Kexecable    = map (family: { kernel = kernels.linux; cpu.family = family; })