Merge pull request #427 from infil00p/deleteDeprecatedNdk

CB-13646: End of an era.  Using the deprecated NDK by default breaks …
This commit is contained in:
Joe Bowser 2018-01-10 12:08:46 -08:00 committed by GitHub
commit 673a6773b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ StudioBuilder.prototype.getArgs = function (cmd, opts) {
// to allow dex in process
args.push('-Dorg.gradle.jvmargs=-Xmx2048m');
// allow NDK to be used - required by Gradle 1.5 plugin
args.push('-Pandroid.useDeprecatedNdk=true');
// args.push('-Pandroid.useDeprecatedNdk=true');
args.push.apply(args, opts.extraArgs);
// Shaves another 100ms, but produces a "try at own risk" warning. Not worth it (yet):
// args.push('-Dorg.gradle.parallel=true');