<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/SCsub, branch 2.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/platform/android/SCsub?h=2.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/android/SCsub?h=2.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-07-10T16:57:17Z</updated>
<entry>
<title>Merge pull request #5077 from RandomShaper/improve-android-build</title>
<updated>2016-07-10T16:57:17Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-07-10T16:57:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d279d060e18fba43c83c77b0f91dcf2f6bfb3fd2'/>
<id>urn:sha1:d279d060e18fba43c83c77b0f91dcf2f6bfb3fd2</id>
<content type='text'>
Improve Android build</content>
</entry>
<entry>
<title>Add android_add_default_config for config.py</title>
<updated>2016-07-06T19:03:50Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-07-06T19:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=40d3234304535a3993b44c0a7cd55e18b14ced95'/>
<id>urn:sha1:40d3234304535a3993b44c0a7cd55e18b14ced95</id>
<content type='text'>
usage : env.android_add_default_config("applicationId 'com.godot.game'")
</content>
</entry>
<entry>
<title>Make Android build smarter (SCons + Gradle)</title>
<updated>2016-06-27T08:49:15Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2016-06-15T13:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e7b2626707457fe1d6af36da3d7a1ec3863cd52f'/>
<id>urn:sha1:e7b2626707457fe1d6af36da3d7a1ec3863cd52f</id>
<content type='text'>
Upgrade Gradle and Android plugin for Gradle
Disable all signing and zip-aligning for the export templates
Give correct names to generated APKs
Put .so files built by SCons right where Gradle has to pick them according to arch &amp; build type
Downgrade NDK platform to 14 to match minSdkVersion
</content>
</entry>
<entry>
<title>fix unexpected char: '\' error on windows</title>
<updated>2016-05-23T20:25:22Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-05-23T20:25:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5eb14d3af08a97e71222a8972996d86e3ceed54b'/>
<id>urn:sha1:5eb14d3af08a97e71222a8972996d86e3ceed54b</id>
<content type='text'>
error occurred when register additional directory for android module on windows.

### config.py ###
```
def can_build(plat):
 return plat=="android"

def configure(env):
 if (env['platform'] == 'android'):
  env.android_add_res_dir("android/res")
```
</content>
</entry>
<entry>
<title>fix gradle build on windows</title>
<updated>2016-03-02T03:15:39Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-03-02T03:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d6cc887627de8868d88fe93968978a90f243c8e1'/>
<id>urn:sha1:d6cc887627de8868d88fe93968978a90f243c8e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix maven repositories bug</title>
<updated>2016-01-09T13:21:22Z</updated>
<author>
<name>mrezai</name>
</author>
<published>2016-01-09T13:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=50cbe736def293ef7eebecc213895d07fdacf138'/>
<id>urn:sha1:50cbe736def293ef7eebecc213895d07fdacf138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Removed ANT build system for Android, as it was deprecated by Google</title>
<updated>2016-01-08T16:36:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-08T16:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=401622cc229317bd218f070dd07a3bd8db582f16'/>
<id>urn:sha1:401622cc229317bd218f070dd07a3bd8db582f16</id>
<content type='text'>
-Added new Gradle build system, as it is the required build system
</content>
</entry>
<entry>
<title>Cosmetic fixes to SCons buildsystem</title>
<updated>2015-11-01T19:53:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-11-01T19:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=399b1b047498d154440f5cda4a5ceb08ea3de68e'/>
<id>urn:sha1:399b1b047498d154440f5cda4a5ceb08ea3de68e</id>
<content type='text'>
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes #39)
- Potentially fixed an identation issue for openssl check
</content>
</entry>
<entry>
<title>merges from okam repo</title>
<updated>2015-03-03T17:39:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-03T17:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4d2198110b4af7f203eeef95697255569e49bce7'/>
<id>urn:sha1:4d2198110b4af7f203eeef95697255569e49bce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix android build on windows</title>
<updated>2014-10-08T06:39:47Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-10-08T06:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1c6dcee4655a356d2b39928f65164c67a18d0660'/>
<id>urn:sha1:1c6dcee4655a356d2b39928f65164c67a18d0660</id>
<content type='text'>
</content>
</entry>
</feed>
