prebuilt android tools: Init using SDK
Expose as an option for the cross stdenv.
This commit is contained in:
committed by
John Ericson
parent
dfc5d7835d
commit
2482e2858e
@@ -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; })
|
||||
|
||||
Reference in New Issue
Block a user