<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_lua/Android.bp, branch android10-c2f2-s2-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-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>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>
</feed>
