<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf, branch androidx-drawerlayout-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_protobuf/'/>
<entry>
<title>Merge "Move most protoc sources to libprotoc"</title>
<updated>2020-03-30T21:40:22+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-03-30T21:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=df8e6979660e15686401a28a8dcb0a83d193ea00'/>
<id>df8e6979660e15686401a28a8dcb0a83d193ea00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove redundant NOTICE symbolic link."</title>
<updated>2020-03-28T20:21:27+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-03-28T20:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=9f9e597a0675e84d85898c7921a5fe9e12aab517'/>
<id>9f9e597a0675e84d85898c7921a5fe9e12aab517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move most protoc sources to libprotoc</title>
<updated>2020-03-27T23:13:01+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2020-03-27T23:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=6b13c3603d5a70d72e5753c9d49f4e31a4c7fee1'/>
<id>6b13c3603d5a70d72e5753c9d49f4e31a4c7fee1</id>
<content type='text'>
Match the library layout in the BUILD file by moving most of the
protoc sources into libprotoc and leaving only main.cc in aprotoc.

Bug: 151768015
Test: m checkbuild
Change-Id: I00a6efd1f9865299c03ef84b09adffa46eab7a0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Match the library layout in the BUILD file by moving most of the
protoc sources into libprotoc and leaving only main.cc in aprotoc.

Bug: 151768015
Test: m checkbuild
Change-Id: I00a6efd1f9865299c03ef84b09adffa46eab7a0f
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant NOTICE symbolic link.</title>
<updated>2020-03-25T19:22:32+00:00</updated>
<author>
<name>Bob Badour</name>
<email>bbadour@google.com</email>
</author>
<published>2020-03-25T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=6b650b7844f8735a55f75dcaecee60c395930db2'/>
<id>6b650b7844f8735a55f75dcaecee60c395930db2</id>
<content type='text'>
Now that http://aosp/1235427 and http://aosp/1238719 are in, NOTICE
symbolic links are no longer needed.

Bug: 67772237
Bug: 68860345

Test: manually built and diffed before and after system image notices
Change-Id: Ib0b9ee7312631705b62abd270482c1868eb2b50f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that http://aosp/1235427 and http://aosp/1238719 are in, NOTICE
symbolic links are no longer needed.

Bug: 67772237
Bug: 68860345

Test: manually built and diffed before and after system image notices
Change-Id: Ib0b9ee7312631705b62abd270482c1868eb2b50f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Set apex_available property"</title>
<updated>2020-03-23T06:09:19+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2020-03-23T06:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=6645f5c5d023f77abce484ba33497c6f738d54fb'/>
<id>6645f5c5d023f77abce484ba33497c6f738d54fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set apex_available property</title>
<updated>2020-03-23T03:01:42+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2020-03-07T08:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a50bedbdb3291dd5f029fd1303ad309ccb2d6eb1'/>
<id>a50bedbdb3291dd5f029fd1303ad309ccb2d6eb1</id>
<content type='text'>
The marked library(ies) were available to the APEXes via the hand-written
whitelist in build/soong/apex/apex.go. Trying to remove the whitelist
by adding apex_available property to the Android.bp of the libraries.

Exempt-From-Owner-Approval: cp from master

Bug: 150999716
Test: m
Merged-In: I20a6ef3e3a95c5ebce63666e7b88623997623083
(cherry picked from commit dd6f59aad67e08ade1436125acd7008e2c75404b)
Change-Id: I20a6ef3e3a95c5ebce63666e7b88623997623083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The marked library(ies) were available to the APEXes via the hand-written
whitelist in build/soong/apex/apex.go. Trying to remove the whitelist
by adding apex_available property to the Android.bp of the libraries.

Exempt-From-Owner-Approval: cp from master

Bug: 150999716
Test: m
Merged-In: I20a6ef3e3a95c5ebce63666e7b88623997623083
(cherry picked from commit dd6f59aad67e08ade1436125acd7008e2c75404b)
Change-Id: I20a6ef3e3a95c5ebce63666e7b88623997623083
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix comment in protobuf METADATA"</title>
<updated>2020-03-21T18:20:32+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-03-21T18:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=575bb1eeeb237181ffcd6f10011bc10b135b0868'/>
<id>575bb1eeeb237181ffcd6f10011bc10b135b0868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment in protobuf METADATA</title>
<updated>2020-03-21T18:20:24+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-03-20T02:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=50482b550c576afc959c1f0efae564040b438045'/>
<id>50482b550c576afc959c1f0efae564040b438045</id>
<content type='text'>
Exempt-From-Owner-Approval: No code change.
Change-Id: I7555603832218534555b2bfb709eff1a698a97cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exempt-From-Owner-Approval: No code change.
Change-Id: I7555603832218534555b2bfb709eff1a698a97cc
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Set apex_available for libprotobuf-cpp-lite." am: 7428910307</title>
<updated>2020-02-11T23:18:35+00:00</updated>
<author>
<name>Automerger Merge Worker</name>
<email>android-build-automerger-merge-worker@system.gserviceaccount.com</email>
</author>
<published>2020-02-11T23:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=247616f2154f29f8cd1894dec24452fafa9563fd'/>
<id>247616f2154f29f8cd1894dec24452fafa9563fd</id>
<content type='text'>
Change-Id: I2c7e33fc78c2ba521955ec1a0998b5282215c8e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2c7e33fc78c2ba521955ec1a0998b5282215c8e5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Set apex_available for libprotobuf-cpp-lite."</title>
<updated>2020-02-11T23:01:05+00:00</updated>
<author>
<name>Joshua Duong</name>
<email>joshuaduong@google.com</email>
</author>
<published>2020-02-11T23:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=742891030725c6f96f49695cead4948c860749eb'/>
<id>742891030725c6f96f49695cead4948c860749eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
