<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati, branch marshmallow-mr2-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/'/>
<entry>
<title>Manually merge AOSP into nyc-dev</title>
<updated>2016-03-25T21:00:50+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2016-03-25T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=0d8f6ef0c3652de4a4b18dfa8f9b012781140ba4'/>
<id>0d8f6ef0c3652de4a4b18dfa8f9b012781140ba4</id>
<content type='text'>
Bug: 26839129
Change-Id: Ifbeb031a3c30acdb0dc0f5e218f9f8c53b91553e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 26839129
Change-Id: Ifbeb031a3c30acdb0dc0f5e218f9f8c53b91553e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'aosp/upstream'</title>
<updated>2016-03-16T21:30:31+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>hamaji@google.com</email>
</author>
<published>2016-03-16T21:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=3ba41fdc57cf558d367ba900b8128c64da860e80'/>
<id>3ba41fdc57cf558d367ba900b8128c64da860e80</id>
<content type='text'>
There was a regression in the previous merge.

f124de0 Put a whitespace for subshell before a close paren
ce7a2b4 Add a whitespace after an open paren for subshell

Change-Id: Id14d00bc0549e37a8c0e0b8990753b4f74f3a538
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a regression in the previous merge.

f124de0 Put a whitespace for subshell before a close paren
ce7a2b4 Add a whitespace after an open paren for subshell

Change-Id: Id14d00bc0549e37a8c0e0b8990753b4f74f3a538
</pre>
</div>
</content>
</entry>
<entry>
<title>Put a whitespace for subshell before a close paren</title>
<updated>2016-03-16T21:18:32+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-16T21:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=f124de09482eb53fa7a652cb8fe217c01aea46f4'/>
<id>f124de09482eb53fa7a652cb8fe217c01aea46f4</id>
<content type='text'>
instead of after an open paren.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of after an open paren.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a whitespace after an open paren for subshell</title>
<updated>2016-03-16T21:02:18+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-16T21:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=ce7a2b4fdd64a1e988de0b8e173468f794899635'/>
<id>ce7a2b4fdd64a1e988de0b8e173468f794899635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'aosp/upstream'</title>
<updated>2016-03-14T23:40:02+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>hamaji@google.com</email>
</author>
<published>2016-03-14T23:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=158867849c8a55d1db95ead7cbeca4aacd47350f'/>
<id>158867849c8a55d1db95ead7cbeca4aacd47350f</id>
<content type='text'>
This fixes three bugs and disables the depfile detection. The
depfile detection is not necessary anymore as we use
.KATI_DEPFILE explicitly.

b3d01c4 Merge remote-tracking branch 'aosp/upstream' into merge20
044a51d Fix https://github.com/google/kati/issues/47
c3a4834 Use subshell even when a command starts with '('
f3ad9e0 Detect depfiles only when --detect_depfiles is specified
e6a4d17 Fix https://github.com/google/kati/issues/46

Change-Id: I82252a6d2fd77e095866e7b0820e04268555c78c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes three bugs and disables the depfile detection. The
depfile detection is not necessary anymore as we use
.KATI_DEPFILE explicitly.

b3d01c4 Merge remote-tracking branch 'aosp/upstream' into merge20
044a51d Fix https://github.com/google/kati/issues/47
c3a4834 Use subshell even when a command starts with '('
f3ad9e0 Detect depfiles only when --detect_depfiles is specified
e6a4d17 Fix https://github.com/google/kati/issues/46

Change-Id: I82252a6d2fd77e095866e7b0820e04268555c78c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix https://github.com/google/kati/issues/47</title>
<updated>2016-03-14T23:35:45+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-14T23:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=044a51d57c9db8d3aad5f1ee43f6c6d601dbfdbc'/>
<id>044a51d57c9db8d3aad5f1ee43f6c6d601dbfdbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use subshell even when a command starts with '('</title>
<updated>2016-03-14T23:35:45+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-14T23:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=c3a483478a6a38caf174c1a439dda6e0c91a0cd6'/>
<id>c3a483478a6a38caf174c1a439dda6e0c91a0cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect depfiles only when --detect_depfiles is specified</title>
<updated>2016-03-14T23:35:45+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-03T09:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=f3ad9e0cec73953592df5143d16d880595c7bc6e'/>
<id>f3ad9e0cec73953592df5143d16d880595c7bc6e</id>
<content type='text'>
This makes generation time ~5% faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes generation time ~5% faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix https://github.com/google/kati/issues/46</title>
<updated>2016-03-10T05:47:34+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-03-10T05:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e6a4d17451e9da51ce6a1c5e48a635a090286106'/>
<id>e6a4d17451e9da51ce6a1c5e48a635a090286106</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'aosp/upstream'</title>
<updated>2016-03-01T03:22:57+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>hamaji@google.com</email>
</author>
<published>2016-03-01T03:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=3864aca0ebfd7ad63e74eef654ae70ac71ce0c5d'/>
<id>3864aca0ebfd7ad63e74eef654ae70ac71ce0c5d</id>
<content type='text'>
These commits should have fixed b/27381403 and made the code
slightly more robust against similar issues.

3835aca [C++] Update Android.bp
4a88802 [C++] Honor string length in FindEndOfLine
0140629 [C++] Finish FindEndOfLine at NULL characeter
0755047 [C++] NULL terminate the buffer of files

Bug: 27381403
Change-Id: Idd79743ce9a4718f7597573118115497f552c532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These commits should have fixed b/27381403 and made the code
slightly more robust against similar issues.

3835aca [C++] Update Android.bp
4a88802 [C++] Honor string length in FindEndOfLine
0140629 [C++] Finish FindEndOfLine at NULL characeter
0755047 [C++] NULL terminate the buffer of files

Bug: 27381403
Change-Id: Idd79743ce9a4718f7597573118115497f552c532
</pre>
</div>
</content>
</entry>
</feed>
