Refactoring Android project-level and platform scripts to use Q.js

This eliminates the use of shelljs.exec's sync mode, which is the source
of the filehandle leaks that can cause EMFILE on OSX, and are
CPU-intensive everywhere.

Tested locally, needs poking before it gets released.
This commit is contained in:
Braden Shepherdson
2013-09-27 11:48:55 -04:00
parent 1f49f29183
commit b57317bdc2
31 changed files with 3604 additions and 463 deletions
+93
View File
File diff suppressed because one or more lines are too long