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,7 +34,9 @@ in bootStages ++ [
|
||||
hostPlatform = crossSystem;
|
||||
targetPlatform = crossSystem;
|
||||
cc = if crossSystem.useiOSCross or false
|
||||
then buildPackages.darwin.ios-cross
|
||||
then buildPackages.darwin.ios-cross
|
||||
else if crossSystem.useAndroidPrebuilt
|
||||
then buildPackages.androidenv.androidndkPkgs.gcc
|
||||
else buildPackages.gcc;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user