Philipp von Weitershausen 58fb91e62b Android: allow app/build.gradle to specify how node gets invoked for the packager
Summary:
**Test plan:** With the given patch applied to `react.gradle`, I specified the following in my `android/app/build.gradle`:
```
project.ext.react = [
  nodeExecutableAndArgs: ["node", "--max_old_space_size=4096"]
]
```
and ensured in a `./gradlew installDebug --debug` run that the packager gets indeed invoked with these parameters.
Closes https://github.com/facebook/react-native/pull/7903

Differential Revision: D3390543

fbshipit-source-id: cf440b36633420b8f67070f47dfabf4c84cb28a7
2016-06-04 15:58:24 -07:00
..
2015-09-16 13:05:30 -07:00
2015-11-12 07:05:01 -08:00
2016-06-03 02:43:57 -07:00
2016-04-29 05:27:28 -07:00
2016-06-03 09:13:20 -07:00
2016-05-24 11:58:23 -07:00
2016-06-03 02:43:57 -07:00
2016-06-03 02:43:57 -07:00
2016-04-29 09:25:32 -07:00
2016-06-03 09:13:20 -07:00
2015-10-28 21:36:07 -04:00