<feed xmlns='http://www.w3.org/2005/Atom'>
<title>system_core/include, branch replicant-10</title>
<subtitle>Fork of system/core
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/'/>
<entry>
<title>Move android_filesystem_config.h =&gt; fs_config.h</title>
<updated>2017-08-02T23:31:19+00:00</updated>
<author>
<name>Yifan Hong</name>
<email>elsk@google.com</email>
</author>
<published>2017-08-01T23:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170'/>
<id>09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170</id>
<content type='text'>
The non AID_ things in android_filesystem_config.h are moved
to fs_config.h. For libcutils.vendor and libcutils_headers.vendor,
fs_config.h is not exported.

An empty system/core/include/private/fs_config.h is placed to
appease the dependency from certain modules (logd, etc.)
that includes system/core/include/private/android_filesystem_config.h
directly.

Test: m -j
Test: BOARD_VNDK_VERSION=current m -j
Bug: 63135587
Change-Id: I95dfb874a426941022b100c0ca26a0576b0f4aa3
Merged-In: I95dfb874a426941022b100c0ca26a0576b0f4aa3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The non AID_ things in android_filesystem_config.h are moved
to fs_config.h. For libcutils.vendor and libcutils_headers.vendor,
fs_config.h is not exported.

An empty system/core/include/private/fs_config.h is placed to
appease the dependency from certain modules (logd, etc.)
that includes system/core/include/private/android_filesystem_config.h
directly.

Test: m -j
Test: BOARD_VNDK_VERSION=current m -j
Bug: 63135587
Change-Id: I95dfb874a426941022b100c0ca26a0576b0f4aa3
Merged-In: I95dfb874a426941022b100c0ca26a0576b0f4aa3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move libnativebridge headers into the module."</title>
<updated>2017-07-06T23:36:34+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2017-07-06T23:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=508e0b8b34b841f85f1269826bb2ae33967f081f'/>
<id>508e0b8b34b841f85f1269826bb2ae33967f081f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move libnativebridge headers into the module.</title>
<updated>2017-07-06T18:23:16+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2017-06-30T19:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=b2b88e35eadc9b5c6f0b61d2dd025a725bb85980'/>
<id>b2b88e35eadc9b5c6f0b61d2dd025a725bb85980</id>
<content type='text'>
Test: links
Change-Id: I2e19d1ba7845b4b3d3fee934fcb1c90151fd7192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: links
Change-Id: I2e19d1ba7845b4b3d3fee934fcb1c90151fd7192
</pre>
</div>
</content>
</entry>
<entry>
<title>System/core: Remove include/ziparchive</title>
<updated>2017-07-06T05:03:44+00:00</updated>
<author>
<name>Andreas Gampe</name>
<email>agampe@google.com</email>
</author>
<published>2017-07-06T03:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=d201b292fd22c899f305c389a784f3c8400f1450'/>
<id>d201b292fd22c899f305c389a784f3c8400f1450</id>
<content type='text'>
Remove the now unnecessary link.

Partially reverts commit cdf7ff8e204beb6bbfe263c3d6255c2b2d0095a7.

Bug: 37342627
Test: m
Change-Id: Ia44df234923c798618d7dc79d8f9f9432fbfada9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the now unnecessary link.

Partially reverts commit cdf7ff8e204beb6bbfe263c3d6255c2b2d0095a7.

Bug: 37342627
Test: m
Change-Id: Ia44df234923c798618d7dc79d8f9f9432fbfada9
</pre>
</div>
</content>
</entry>
<entry>
<title>libziparchive headers are moved to local directory</title>
<updated>2017-07-02T04:33:34+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2017-07-02T02:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=cdf7ff8e204beb6bbfe263c3d6255c2b2d0095a7'/>
<id>cdf7ff8e204beb6bbfe263c3d6255c2b2d0095a7</id>
<content type='text'>
libziparchive headers are moved from the global include directory
(/system/core/include) to the local directory inside libziparchive.

Note: /system/core/include/ziparchive still exists as a symlink to
libarchive/include/ziparchive. This will be removed when there is no
header-only dependency to libziparchive.

Bug: 37342627
Test: build
Change-Id: I3631ffc2df7be8a064d64a625d10436090c3bb0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libziparchive headers are moved from the global include directory
(/system/core/include) to the local directory inside libziparchive.

Note: /system/core/include/ziparchive still exists as a symlink to
libarchive/include/ziparchive. This will be removed when there is no
header-only dependency to libziparchive.

Bug: 37342627
Test: build
Change-Id: I3631ffc2df7be8a064d64a625d10436090c3bb0f
</pre>
</div>
</content>
</entry>
<entry>
<title>Ran clang-format on libziparchive sources and headers</title>
<updated>2017-07-02T02:46:53+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2017-06-30T08:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=cd997e609405cfd6b1f82a1f849f98352b12ae72'/>
<id>cd997e609405cfd6b1f82a1f849f98352b12ae72</id>
<content type='text'>
Test: build aosp_arm
Change-Id: I469b82b68f2c457f480fb9cd9da2026672985ce3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: build aosp_arm
Change-Id: I469b82b68f2c457f480fb9cd9da2026672985ce3
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libziparchive-based unzip.</title>
<updated>2017-06-04T18:53:48+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-05-29T05:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=55fd293dfe89c7b1f856bc60cac643ee72d5ef22'/>
<id>55fd293dfe89c7b1f856bc60cac643ee72d5ef22</id>
<content type='text'>
Bug: N/A
Test: new toybox unzip.test
Change-Id: I00be388578be9a0a0390a9e2ecfac664c6ab39ca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: N/A
Test: new toybox unzip.test
Change-Id: I00be388578be9a0a0390a9e2ecfac664c6ab39ca
</pre>
</div>
</content>
</entry>
<entry>
<title>Load vendor public libraries to sphal namespace</title>
<updated>2017-05-25T17:30:55+00:00</updated>
<author>
<name>Dimitry Ivanov</name>
<email>dimitry@google.com</email>
</author>
<published>2017-05-01T22:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=882cad2d87fc003ced61ddf9d68f8810ec8c4b3f'/>
<id>882cad2d87fc003ced61ddf9d68f8810ec8c4b3f</id>
<content type='text'>
Load vendor public libraries to sphal namespace
if it exists - preserve old behavior of loading
these libraries to default namespace if sphal
namespace is not present on the device.

Bug: http://b/37410104
Test: cts-tradefed run singleCommand cts --skip-preconditions -m CtsJniTestCases
      on marlin (with enabled sphal configuration) and on angler where ld.config.txt
      is not present.

Change-Id: Iaa3fa437ba2900acc2e5b9c78039fe1553e4c9dd
(cherry picked from commit af0264bbe9f5e1228eb8fb486fa3d0d8e6e8605e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load vendor public libraries to sphal namespace
if it exists - preserve old behavior of loading
these libraries to default namespace if sphal
namespace is not present on the device.

Bug: http://b/37410104
Test: cts-tradefed run singleCommand cts --skip-preconditions -m CtsJniTestCases
      on marlin (with enabled sphal configuration) and on angler where ld.config.txt
      is not present.

Change-Id: Iaa3fa437ba2900acc2e5b9c78039fe1553e4c9dd
(cherry picked from commit af0264bbe9f5e1228eb8fb486fa3d0d8e6e8605e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved include/backtrace to libbacktrace/include</title>
<updated>2017-04-11T18:22:43+00:00</updated>
<author>
<name>Vijay Venkatraman</name>
<email>vijaykv@google.com</email>
</author>
<published>2017-04-11T18:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=8f2c28d572e08cb456da05d692e41f978c3776b1'/>
<id>8f2c28d572e08cb456da05d692e41f978c3776b1</id>
<content type='text'>
Export libbacktrace_headers

Bug: 33241851
Test: Build sailfish
Change-Id: Iba310ffc21d17ba542bed954a960ab305037061c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export libbacktrace_headers

Bug: 33241851
Test: Build sailfish
Change-Id: Iba310ffc21d17ba542bed954a960ab305037061c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "NativeBridge: add "linked namespace" semantic corresponding to linker"</title>
<updated>2017-04-07T21:46:18+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2017-04-07T21:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=1238292db5031fdf0cfe9e753265c30a46a21ec3'/>
<id>1238292db5031fdf0cfe9e753265c30a46a21ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
