Repository: cordova-docs Updated Branches: refs/heads/master 4c11edd35 -> b8779e872
CB-3445 Add gradle docs about build-extras.gradle Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b8779e87 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b8779e87 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b8779e87 Branch: refs/heads/master Commit: b8779e872054735e34aee70e1c2188e71f51702c Parents: 4c11edd Author: Andrew Grieve <[email protected]> Authored: Thu Oct 9 10:35:26 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Thu Oct 9 10:35:57 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/tools.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b8779e87/docs/en/edge/guide/platforms/android/tools.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/android/tools.md b/docs/en/edge/guide/platforms/android/tools.md index 300819b..fd6d97f 100644 --- a/docs/en/edge/guide/platforms/android/tools.md +++ b/docs/en/edge/guide/platforms/android/tools.md @@ -187,6 +187,13 @@ stabilizes. compiler. On OSX, the value for this variable can be found by running `/usr/libexec/java_home` +### Extending build.gradle + +If you need to customize `build.gradle`, rather than edit directly, you should create +a sibling file named `build-extras.gradle`. This file will be included by the main +`build.gradle` when present. + ### Example Build ANDROID_BUILD=gradle cordova build android + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
