<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/android/installToolchain.sh, branch quake5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>android: Fix installToolchain.sh script.</title>
<updated>2014-03-10T11:50:59+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2014-03-10T06:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4262e648eb3adbd502ea57319d3fd27103a4f267'/>
<id>4262e648eb3adbd502ea57319d3fd27103a4f267</id>
<content type='text'>
Change-Id: I6c22043956cea5c5aec3e411045082e1a9b69442
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6c22043956cea5c5aec3e411045082e1a9b69442
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix toolchain installation.</title>
<updated>2011-09-08T17:37:01+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2011-09-08T17:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=385af791f1aeee46f4bd4e6480a62c033ff5972f'/>
<id>385af791f1aeee46f4bd4e6480a62c033ff5972f</id>
<content type='text'>
The filter for platform-tools is platform-tool, in contrast to the folder it
installs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30483 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The filter for platform-tools is platform-tool, in contrast to the folder it
installs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30483 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 'platform-tools' to the features installed by installToolChain.sh for the android build</title>
<updated>2011-09-05T08:48:29+00:00</updated>
<author>
<name>Bryan Childs</name>
<email>godeater@rockbox.org</email>
</author>
<published>2011-09-05T08:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02'/>
<id>11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30431 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30431 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Android tools: Allow discovery of download URLs</title>
<updated>2011-08-20T11:11:49+00:00</updated>
<author>
<name>Maurus Cuelenaere</name>
<email>mcuelenaere@gmail.com</email>
</author>
<published>2011-08-20T11:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=82fa47dd0653f21e41bfdea7c50d78bea375033f'/>
<id>82fa47dd0653f21e41bfdea7c50d78bea375033f</id>
<content type='text'>
Automatically discover the latest and greatest version of the Android SDK and
NDK by fetching it from the index.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30334 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically discover the latest and greatest version of the Android SDK and
NDK by fetching it from the index.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30334 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Support installing the Android toolchain on Cygwin and OS X.</title>
<updated>2011-06-11T20:22:14+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2011-06-11T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a3ed2c1552e87297a2276cdfa81ea23b046b0b21'/>
<id>a3ed2c1552e87297a2276cdfa81ea23b046b0b21</id>
<content type='text'>
Update the download URLs to the most recent versions of SDK and NDK, the
previously used r09 of the SDK isn't available at that location anymore, and
differentiate between host platforms.

Note: while the script now can install the toolchain on Cygwin building for
Android on Cygwin does not work.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29993 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the download URLs to the most recent versions of SDK and NDK, the
previously used r09 of the SDK isn't available at that location anymore, and
differentiate between host platforms.

Note: while the script now can install the toolchain on Cygwin building for
Android on Cygwin does not work.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29993 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>update the toolchains install script to grab the latest and greatest</title>
<updated>2011-01-30T02:33:47+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2011-01-30T02:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b5562a10c8fe37833183be472d46301d56e7b36f'/>
<id>b5562a10c8fe37833183be472d46301d56e7b36f</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29173 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29173 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected the export-commands on the output. It should be "export ANDROID..." and not "export $ANDROID..."</title>
<updated>2011-01-12T12:36:52+00:00</updated>
<author>
<name>Michael Stummvoll</name>
<email>michael@stummi.org</email>
</author>
<published>2011-01-12T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e'/>
<id>9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29034 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29034 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>more than just a number changed, retry that last commit</title>
<updated>2010-12-08T05:05:43+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2010-12-08T05:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f51d6e6507681a286cbddab8cb04f6db083f93e9'/>
<id>f51d6e6507681a286cbddab8cb04f6db083f93e9</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28765 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28765 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>download the r5 NDK to go along with the configure change in r28755</title>
<updated>2010-12-08T04:57:55+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2010-12-08T04:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=97d9c1eb3727f5b130189629c136b899bef54f72'/>
<id>97d9c1eb3727f5b130189629c136b899bef54f72</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28764 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28764 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: add a script which allows headless installation of the Android tools required for compilation</title>
<updated>2010-11-06T17:32:52+00:00</updated>
<author>
<name>Maurus Cuelenaere</name>
<email>mcuelenaere@gmail.com</email>
</author>
<published>2010-11-06T17:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ab9caead92eb104d30128b7b6c250dae04406850'/>
<id>ab9caead92eb104d30128b7b6c250dae04406850</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28525 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28525 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
