<feed xmlns='http://www.w3.org/2005/Atom'>
<title>system_core/libdiskconfig, 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>core: mark libsysutils and libdiskconfig recovery_available</title>
<updated>2020-04-06T17:04:18+00:00</updated>
<author>
<name>Alessandro</name>
<email>ales.astone@gmail.com</email>
</author>
<published>2020-04-06T17:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=b4c666471898ccb0410daf7e116cb700f9760a6b'/>
<id>b4c666471898ccb0410daf7e116cb700f9760a6b</id>
<content type='text'>
Change-Id: I4e64c6d3951dac4a424617d8fdf6d37962d3b4f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4e64c6d3951dac4a424617d8fdf6d37962d3b4f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]</title>
<updated>2017-10-02T17:44:29+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2017-10-02T17:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=48529337077a2fad36a7cba0a26083694bff3537'/>
<id>48529337077a2fad36a7cba0a26083694bff3537</id>
<content type='text'>
In the future, target.linux will apply to all targets running a linux kernel
(android, linux_glibc, linux_bionic). So move all current users to the specific
linux_glibc.

There will be another cleanup pass later that will move some instances back to
target.linux if the properties should be shared with target.android and
target.linux_bionic, but target.linux needs to be removed first.

Test: out/soong/build.ninja identical before/after
Change-Id: I72ef34689c60ce547cab2898e354b027e335f6a1
Exempt-From-Owner-Approval: build system cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the future, target.linux will apply to all targets running a linux kernel
(android, linux_glibc, linux_bionic). So move all current users to the specific
linux_glibc.

There will be another cleanup pass later that will move some instances back to
target.linux if the properties should be shared with target.android and
target.linux_bionic, but target.linux needs to be removed first.

Test: out/soong/build.ninja identical before/after
Change-Id: I72ef34689c60ce547cab2898e354b027e335f6a1
Exempt-From-Owner-Approval: build system cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark the modules as VNDK in Android.bp</title>
<updated>2017-09-14T08:35:16+00:00</updated>
<author>
<name>Justin Yun</name>
<email>justinyun@google.com</email>
</author>
<published>2017-07-24T06:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=6a7e8823165dbe2e60caac9a8e09a9de7f3a157e'/>
<id>6a7e8823165dbe2e60caac9a8e09a9de7f3a157e</id>
<content type='text'>
As a VNDK module, Android.bp must have 'vndk' tag as well as
'vendor_available: true'.

The 'vndk' tag for VNDK module is formated as below:
vndk: {
        enabled: true,
},

VNDK modules will be installed both in system/lib(64) as normal and
in system/lib(64)/vndk as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
Change-Id: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
(cherry picked from commit 9b0ed7294273d5f10020388e5a5b7e545a2fd1de)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a VNDK module, Android.bp must have 'vndk' tag as well as
'vendor_available: true'.

The 'vndk' tag for VNDK module is formated as below:
vndk: {
        enabled: true,
},

VNDK modules will be installed both in system/lib(64) as normal and
in system/lib(64)/vndk as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
Change-Id: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
(cherry picked from commit 9b0ed7294273d5f10020388e5a5b7e545a2fd1de)
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark libdiskconfig vendor_available.</title>
<updated>2017-05-24T21:21:48+00:00</updated>
<author>
<name>Jayant Chowdhary</name>
<email>jchowdhary@google.com</email>
</author>
<published>2017-05-17T19:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=69d1a880977aab156eb94684a356c06c01b64c1f'/>
<id>69d1a880977aab156eb94684a356c06c01b64c1f</id>
<content type='text'>
libdisckonfig is a library which belongs to vndk-cap. Mark it
vendor_available to enable vndk abi stability checks on it.

Details: https://android-review.googlesource.com/368372

Test: mm -j64

Bug: 38244611

Change-Id: I079869f0120fa33893540b72044ddf25c1d04bf2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libdisckonfig is a library which belongs to vndk-cap. Mark it
vendor_available to enable vndk abi stability checks on it.

Details: https://android-review.googlesource.com/368372

Test: mm -j64

Bug: 38244611

Change-Id: I079869f0120fa33893540b72044ddf25c1d04bf2
</pre>
</div>
</content>
</entry>
<entry>
<title>liblog: use log/log.h when utilizing ALOG macros</title>
<updated>2017-01-11T17:31:15+00:00</updated>
<author>
<name>Mark Salyzyn</name>
<email>salyzyn@google.com</email>
</author>
<published>2017-01-10T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=30f991f251940be3ed11566fb71139852286f68a'/>
<id>30f991f251940be3ed11566fb71139852286f68a</id>
<content type='text'>
Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
</pre>
</div>
</content>
</entry>
<entry>
<title>system/core Replace log/log.h with android/log.h</title>
<updated>2016-09-30T19:47:05+00:00</updated>
<author>
<name>Mark Salyzyn</name>
<email>salyzyn@google.com</email>
</author>
<published>2016-09-28T22:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=ff2dcd9af994a23ed483939a416b48bdc10eefd5'/>
<id>ff2dcd9af994a23ed483939a416b48bdc10eefd5</id>
<content type='text'>
Should use android/log.h instead of log/log.h as a good example
to all others.  Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I33a8fb4e754d2dc4754d335660c450e0a67190fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should use android/log.h instead of log/log.h as a good example
to all others.  Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I33a8fb4e754d2dc4754d335660c450e0a67190fc
</pre>
</div>
</content>
</entry>
<entry>
<title>system/core Replace cutils/log.h with android/log.h</title>
<updated>2016-09-30T19:47:05+00:00</updated>
<author>
<name>Mark Salyzyn</name>
<email>salyzyn@google.com</email>
</author>
<published>2016-09-28T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=66ce3e08c5632a20ea66bde6dd76397041edf034'/>
<id>66ce3e08c5632a20ea66bde6dd76397041edf034</id>
<content type='text'>
Should use android/log.h instead of cutils/log.h as a good example
to all others.  Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should use android/log.h instead of cutils/log.h as a good example
to all others.  Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert more Android.mk files to Android.bp</title>
<updated>2016-07-14T00:41:45+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2016-07-13T05:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=45f05240c2d9d1f3903e2766b4883e256288f6c2'/>
<id>45f05240c2d9d1f3903e2766b4883e256288f6c2</id>
<content type='text'>
These modules have their dependencies satisfied, and aren't doing
anything strange.

Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These modules have their dependencies satisfied, and aren't doing
anything strange.

Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
</pre>
</div>
</content>
</entry>
<entry>
<title>Move libdiskconfig headers into libdiskconfig.</title>
<updated>2016-02-13T20:48:23+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-02-13T20:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=8dccdbf3f80cafcc0e1c3fc55bf03b1b8c5c2b1c'/>
<id>8dccdbf3f80cafcc0e1c3fc55bf03b1b8c5c2b1c</id>
<content type='text'>
Change-Id: I5d8e29687dca39a2a134d92f311528479b4ea102
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5d8e29687dca39a2a134d92f311528479b4ea102
</pre>
</div>
</content>
</entry>
<entry>
<title>am eb075e28: am c8179498: am 2f62edf7: Merge "libdiskconfig: Turn on -Werror"</title>
<updated>2014-05-21T21:19:27+00:00</updated>
<author>
<name>Mark Salyzyn</name>
<email>salyzyn@google.com</email>
</author>
<published>2014-05-21T21:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=d6a657c81dcc091a07d18d5816e2d77aff639131'/>
<id>d6a657c81dcc091a07d18d5816e2d77aff639131</id>
<content type='text'>
* commit 'eb075e28acff23804ef80d34cd08c5df9b1d583f':
  libdiskconfig: Turn on -Werror
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'eb075e28acff23804ef80d34cd08c5df9b1d583f':
  libdiskconfig: Turn on -Werror
</pre>
</div>
</content>
</entry>
</feed>
