[bot]: remove unreferenced code
This commit is contained in:
@@ -25,9 +25,6 @@ stdenv.mkDerivation rec {
|
||||
sed_script_1 =
|
||||
"'s|^PROGDIR=`dirname $0`" +
|
||||
"|PROGDIR=`dirname $(readlink -f $(which $0))`|'";
|
||||
sed_script_2 =
|
||||
"'s|^MYNDKDIR=`dirname $0`" +
|
||||
"|MYNDKDIR=`dirname $(readlink -f $(which $0))`|'";
|
||||
runtime_paths = (lib.makeBinPath [
|
||||
coreutils file findutils
|
||||
gawk gnugrep gnused
|
||||
|
||||
@@ -7,10 +7,6 @@ args@{ name, src, platformVersions ? [ "8" ], useGoogleAPIs ? false, antFlags ?
|
||||
assert release -> keyStore != null && keyAlias != null && keyStorePassword != null && keyAliasPassword != null;
|
||||
|
||||
let
|
||||
platformName = if stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux" then "linux"
|
||||
else if stdenv.system == "x86_64-darwin" then "macosx"
|
||||
else throw "Platform: ${stdenv.system} is not supported!";
|
||||
|
||||
androidsdkComposition = androidsdk {
|
||||
inherit platformVersions useGoogleAPIs;
|
||||
abiVersions = [];
|
||||
|
||||
Reference in New Issue
Block a user