<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_lua, branch android10-qpr2-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_external_lua/'/>
<entry>
<title>Fix glob syntax</title>
<updated>2019-05-23T04:47:00+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2019-05-23T04:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=0ea93ca66bd2cedd167404e13843895042a7b3e6'/>
<id>0ea93ca66bd2cedd167404e13843895042a7b3e6</id>
<content type='text'>
am: 9cca8dd332

Change-Id: I8c8b4c659d6c6a5f37256c5ed56d03adf6b3cbd6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 9cca8dd332

Change-Id: I8c8b4c659d6c6a5f37256c5ed56d03adf6b3cbd6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix glob syntax</title>
<updated>2019-05-22T18:13:55+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2019-05-22T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=9cca8dd332c619772fc2dae5e0ad22d05972cdd0'/>
<id>9cca8dd332c619772fc2dae5e0ad22d05972cdd0</id>
<content type='text'>
Globs are only intended to support ** as a directory, i.e. **/*.cc
not **.cc.

Bug: 129411151
Test: m nothing
Change-Id: I5ebb3ef39d81e70a1a1afc95c167c02f3ec16fd9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Globs are only intended to support ** as a directory, i.e. **/*.cc
not **.cc.

Bug: 129411151
Test: m nothing
Change-Id: I5ebb3ef39d81e70a1a1afc95c167c02f3ec16fd9
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress -Wstring-plus-int warning</title>
<updated>2019-03-19T05:35:36+00:00</updated>
<author>
<name>Yi Kong</name>
<email>yikong@google.com</email>
</author>
<published>2019-03-19T05:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=411f59e20bd3b1e5526dc84034c19965770febac'/>
<id>411f59e20bd3b1e5526dc84034c19965770febac</id>
<content type='text'>
clang-r353983 emits the following new warning:

  external/lua/src/lundump.c:237:33: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
    checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                    ~~~~~~~~~~~~~~^~~
  external/lua/src/lundump.c:237:33: note: use array indexing to silence this warning
    checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                                  ^
                    &amp;             [  ]

Test: m checkbuild
Bug: 128878287
Change-Id: If5eebce35908b2745d27cab6ad31356d488cccf1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clang-r353983 emits the following new warning:

  external/lua/src/lundump.c:237:33: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
    checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                    ~~~~~~~~~~~~~~^~~
  external/lua/src/lundump.c:237:33: note: use array indexing to silence this warning
    checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                                  ^
                    &amp;             [  ]

Test: m checkbuild
Bug: 128878287
Change-Id: If5eebce35908b2745d27cab6ad31356d488cccf1
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge stage-aosp-master into pi-dev-plus-aosp</title>
<updated>2019-02-25T13:20:12+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2019-02-25T13:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=6efbca08614c5334ae1fd26d1125c24e096d6e3d'/>
<id>6efbca08614c5334ae1fd26d1125c24e096d6e3d</id>
<content type='text'>
am: 643dcf1cf0

Change-Id: I5bb8e7d64daa274bba792e044ebacb85002180a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 643dcf1cf0

Change-Id: I5bb8e7d64daa274bba792e044ebacb85002180a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge stage-aosp-master into pi-dev-plus-aosp</title>
<updated>2019-02-25T08:29:08+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2019-02-25T08:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=643dcf1cf07f57ef59e2885aaa120d22a81532cb'/>
<id>643dcf1cf07f57ef59e2885aaa120d22a81532cb</id>
<content type='text'>
Bug: 126125118
Change-Id: Ie9c062f98830652d689f9edb812381d24282e69c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 126125118
Change-Id: Ie9c062f98830652d689f9edb812381d24282e69c
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master</title>
<updated>2019-02-21T00:18:46+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2019-02-21T00:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=0db6108425277cc3d7dab96304c1e8e31ac2fc7a'/>
<id>0db6108425277cc3d7dab96304c1e8e31ac2fc7a</id>
<content type='text'>
Bug: 120848293
Change-Id: If8c1876a2c230d42f5c276cfef6f953d6c7e35a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 120848293
Change-Id: If8c1876a2c230d42f5c276cfef6f953d6c7e35a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Android.mk for Lua"</title>
<updated>2019-01-29T22:03:03+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2019-01-29T22:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=ba7ee9b6ff3334eb89d4a67ce10258d175239c97'/>
<id>ba7ee9b6ff3334eb89d4a67ce10258d175239c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Android.mk for Lua</title>
<updated>2019-01-25T15:17:33+00:00</updated>
<author>
<name>Tony Mak</name>
<email>tonymak@google.com</email>
</author>
<published>2019-01-16T15:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=accfe97fd7b3e1b8b82b65f7631b52d38ac37492'/>
<id>accfe97fd7b3e1b8b82b65f7631b52d38ac37492</id>
<content type='text'>
Test: make

Change-Id: Ie10d4a07f211609db7a84c0328664881ca7fc90b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: make

Change-Id: Ie10d4a07f211609db7a84c0328664881ca7fc90b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default code reviewers into OWNERS am: f1a6d2ba35 am: d4992f8081</title>
<updated>2019-01-23T18:27:41+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2019-01-23T18:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=a13fbee26c97acc7bc42d801e76842bfa6e4944c'/>
<id>a13fbee26c97acc7bc42d801e76842bfa6e4944c</id>
<content type='text'>
am: 47dc08fb9c

Change-Id: I6206e4e9e256a19842b7614c638602b7b94903fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 47dc08fb9c

Change-Id: I6206e4e9e256a19842b7614c638602b7b94903fa
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default code reviewers into OWNERS am: f1a6d2ba35</title>
<updated>2019-01-23T18:16:48+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2019-01-23T18:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=47dc08fb9c228908ddba15f68c99202cf094b26f'/>
<id>47dc08fb9c228908ddba15f68c99202cf094b26f</id>
<content type='text'>
am: d4992f8081

Change-Id: I05db1ef7d7d88a3655040c169004d5c208b3e7d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: d4992f8081

Change-Id: I05db1ef7d7d88a3655040c169004d5c208b3e7d6
</pre>
</div>
</content>
</entry>
</feed>
