<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_lua, branch android10-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>Snap for 5595753 from 9cca8dd332c619772fc2dae5e0ad22d05972cdd0 to qt-release</title>
<updated>2019-05-23T03:04:11+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2019-05-23T03:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=0b7af50e30960f67ace45d1c2efbe7e6903c2f0f'/>
<id>0b7af50e30960f67ace45d1c2efbe7e6903c2f0f</id>
<content type='text'>
Change-Id: I0ce29e4a4f960062e3c7341839f219217668297c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0ce29e4a4f960062e3c7341839f219217668297c
</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>Snap for 5389215 from 411f59e20bd3b1e5526dc84034c19965770febac to qt-release</title>
<updated>2019-03-20T03:10:27+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2019-03-20T03:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=3083286d0f8daba189fc58c769f9b18e51146336'/>
<id>3083286d0f8daba189fc58c769f9b18e51146336</id>
<content type='text'>
Change-Id: I5eaba720a05dbe51fea88e176489935fa50397d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5eaba720a05dbe51fea88e176489935fa50397d7
</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>Snap for 5335706 from 6efbca08614c5334ae1fd26d1125c24e096d6e3d to qt-release</title>
<updated>2019-02-26T04:01:23+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2019-02-26T04:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=bcd0b7edee8fe13cdbb94a9855518489238bc7ce'/>
<id>bcd0b7edee8fe13cdbb94a9855518489238bc7ce</id>
<content type='text'>
Change-Id: If236178b21afae01d19b3dbfad1ebea5b34b2578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If236178b21afae01d19b3dbfad1ebea5b34b2578
</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>Snap for 5268116 from ba7ee9b6ff3334eb89d4a67ce10258d175239c97 to qt-release</title>
<updated>2019-01-30T04:05:09+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2019-01-30T04:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_lua/commit/?id=0f974c78e98ce99a10089218088a8795b20379d3'/>
<id>0f974c78e98ce99a10089218088a8795b20379d3</id>
<content type='text'>
Change-Id: Icd9635bce5b8ce97b5b23dcd0fac8335ca43b26f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icd9635bce5b8ce97b5b23dcd0fac8335ca43b26f
</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>
</feed>
