<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/android.toolchain.cmake, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Android: Allow compilation using Android NDK r10e.</title>
<updated>2015-06-07T17:36:59+00:00</updated>
<author>
<name>sigmabeta</name>
<email>sigmabeta@users.noreply.github.com</email>
</author>
<published>2015-06-07T17:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e04778f9eb24988c689aa4b83c7c23ab3adba7ff'/>
<id>e04778f9eb24988c689aa4b83c7c23ab3adba7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in the Android cmake toolchain script.</title>
<updated>2015-02-24T08:58:55+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-02-24T08:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a39eee28e9698ccba0e1cb142f86a670ce522c81'/>
<id>a39eee28e9698ccba0e1cb142f86a670ce522c81</id>
<content type='text'>
This was a fairly recent update that went unnoticed because it uses a cached variable.
When I previously updated Android cmake I didn't noticed this.
Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT}
and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable.

Same PR is open on the android cmake repo here https://github.com/taka-no-me/android-cmake/pull/37
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a fairly recent update that went unnoticed because it uses a cached variable.
When I previously updated Android cmake I didn't noticed this.
Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT}
and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable.

Same PR is open on the android cmake repo here https://github.com/taka-no-me/android-cmake/pull/37
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Android cmake.</title>
<updated>2015-01-27T03:26:54+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-27T03:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=714e146b94198562fc06f0d000e724479db0c92d'/>
<id>714e146b94198562fc06f0d000e724479db0c92d</id>
<content type='text'>
This is required to properly build the MIPS64 and x86_64 targets with clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required to properly build the MIPS64 and x86_64 targets with clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the android cmake toolchain to latest.</title>
<updated>2014-11-30T07:05:37+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-11-30T07:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b689954a719b5c962d8a081fb90a8745789ccf25'/>
<id>b689954a719b5c962d8a081fb90a8745789ccf25</id>
<content type='text'>
To properly support 64bit architectures and clang we need the latest version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To properly support 64bit architectures and clang we need the latest version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few minor bugs that appeared in the latest android cmake script</title>
<updated>2014-09-08T04:18:43+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-09-08T04:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=707d21e36bf3e3282a992ef0a8e66256a2fdd242'/>
<id>707d21e36bf3e3282a992ef0a8e66256a2fdd242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the android cmake toolchain file to support 64bit.</title>
<updated>2014-08-28T21:57:48+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-08-28T21:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0d63dd5e53963c38f8cb7d1d56315aca31b1d4c0'/>
<id>0d63dd5e53963c38f8cb7d1d56315aca31b1d4c0</id>
<content type='text'>
This is available in a PR here: https://github.com/taka-no-me/android-cmake/pull/23
The maintainer of the android toolchain cmake file seems to be AWOL for now.
I have tested this file personally and it works, it just isn't merged in yet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is available in a PR here: https://github.com/taka-no-me/android-cmake/pull/23
The maintainer of the android toolchain cmake file seems to be AWOL for now.
I have tested this file personally and it works, it just isn't merged in yet
</pre>
</div>
</content>
</entry>
<entry>
<title>Update android.toolchain.cmake</title>
<updated>2014-03-09T14:24:33+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-03-07T05:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=161b67076add7751791531a8ff1c858ad346962d'/>
<id>161b67076add7751791531a8ff1c858ad346962d</id>
<content type='text'>
from https://raw.github.com/taka-no-me/android-cmake/master/android.toolchain.cmake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from https://raw.github.com/taka-no-me/android-cmake/master/android.toolchain.cmake
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify our android cmake toolchain file to make the default build location not be source root, because that is stupid.</title>
<updated>2013-10-29T00:59:03+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2013-10-29T00:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=58d42f43e3e56e44d23acace33b5d5da27b82cb2'/>
<id>58d42f43e3e56e44d23acace33b5d5da27b82cb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get latest android cmake to support NDK 8e</title>
<updated>2013-04-13T20:09:05+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2013-04-13T20:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=24347e51769b941c4bb1d070bfcd270209486b5a'/>
<id>24347e51769b941c4bb1d070bfcd270209486b5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android mega commit of trash.</title>
<updated>2013-03-20T02:53:09+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2013-03-20T02:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d11679a06e6a992216148fd2ce1730c9912c8564'/>
<id>d11679a06e6a992216148fd2ce1730c9912c8564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
