SIGN IN SIGN UP

Put Gradle output in build/ (#8759)

Changed the default build output directory in the new project template
to build/, instead of android/build/ and android/app/build/.

Updated tools to ask the Gradle scripts what the build directory is,
since this is configurable in the build scripts, and we need to know
where the build output actually is.

Silenced output from 'flutter build aot' when invoked from Gradle, since
the output was confusing in this case.

Fixes #8723
Fixes #8656
Fixes #8138
J
Jakob Andersen committed
1457f3dbb0c0b3b99eea0fa6cc30d735c2cd1ff8
Parent: e8a6df4
Committed by GitHub <noreply@github.com> on 3/15/2017, 9:53:22 AM