<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_Car_Stream, branch pie-platform-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_packages_apps_Car_Stream/'/>
<entry>
<title>Snap for 4632767 from 3838147cf6a9a8d334c236f5ca17480598d7ecfd to pi-release</title>
<updated>2018-03-04T08:22:59+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2018-03-04T08:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=bd6d574647a439590cbd29c7b2391253013f23a6'/>
<id>bd6d574647a439590cbd29c7b2391253013f23a6</id>
<content type='text'>
Change-Id: Idd78b32001cba855925c57b58af2cd9020483930
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idd78b32001cba855925c57b58af2cd9020483930
</pre>
</div>
</content>
</entry>
<entry>
<title>packages/apps/Car/Stream: Set LOCAL_SDK_VERSION where possible. am: 0af16e0a19 am: 0e11da1641</title>
<updated>2018-03-01T14:06:15+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-03-01T14:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=3838147cf6a9a8d334c236f5ca17480598d7ecfd'/>
<id>3838147cf6a9a8d334c236f5ca17480598d7ecfd</id>
<content type='text'>
am: 2a69215c64  -s ours

Change-Id: I515a61557f13c1db26db190f15cdbd0c5b192044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 2a69215c64  -s ours

Change-Id: I515a61557f13c1db26db190f15cdbd0c5b192044
</pre>
</div>
</content>
</entry>
<entry>
<title>packages/apps/Car/Stream: Set LOCAL_SDK_VERSION where possible. am: 0af16e0a19</title>
<updated>2018-03-01T13:47:11+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-03-01T13:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=2a69215c6430bb8a4723dcbc249d5ec9a9ce2730'/>
<id>2a69215c6430bb8a4723dcbc249d5ec9a9ce2730</id>
<content type='text'>
am: 0e11da1641

Change-Id: I5c9a0ee32dce1fc3207107dc9369bd7c3329c2a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 0e11da1641

Change-Id: I5c9a0ee32dce1fc3207107dc9369bd7c3329c2a6
</pre>
</div>
</content>
</entry>
<entry>
<title>packages/apps/Car/Stream: Set LOCAL_SDK_VERSION where possible.</title>
<updated>2018-03-01T13:41:37+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-03-01T13:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=0e11da16413b27d18c4b9171e41638cf8d561dd7'/>
<id>0e11da16413b27d18c4b9171e41638cf8d561dd7</id>
<content type='text'>
am: 0af16e0a19

Change-Id: I8b1e0de7240fde9ec9118351a5d1c93d348ab931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 0af16e0a19

Change-Id: I8b1e0de7240fde9ec9118351a5d1c93d348ab931
</pre>
</div>
</content>
</entry>
<entry>
<title>packages/apps/Car/Stream: Set LOCAL_SDK_VERSION where possible.</title>
<updated>2018-03-01T12:25:28+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-28T14:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=0af16e0a196a9253d305bd56a5fbfad58ff72f74'/>
<id>0af16e0a196a9253d305bd56a5fbfad58ff72f74</id>
<content type='text'>
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I69b00503eb125fe1aef65a5d7ba87c0f9c613a07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I69b00503eb125fe1aef65a5d7ba87c0f9c613a07
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 4496165 from 4cdc1843320f4663a345d697921c8399b8fbb59b to pi-release</title>
<updated>2017-12-11T12:17:07+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2017-12-11T12:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=27eef75858e3b964571fb2d4dac35b902819d1a8'/>
<id>27eef75858e3b964571fb2d4dac35b902819d1a8</id>
<content type='text'>
Change-Id: Icbbbed887106dfd65207003fb83f9ecb44fb8bd6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icbbbed887106dfd65207003fb83f9ecb44fb8bd6
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master am: 77b17c8c8c  -s ours am: e0f80a1685</title>
<updated>2017-12-07T21:30:02+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-07T21:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=4cdc1843320f4663a345d697921c8399b8fbb59b'/>
<id>4cdc1843320f4663a345d697921c8399b8fbb59b</id>
<content type='text'>
am: aa14e7f6b5  -s ours

Change-Id: Ie254f0270352bc15dc9f0c04b9a2c2bd17e3663d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: aa14e7f6b5  -s ours

Change-Id: Ie254f0270352bc15dc9f0c04b9a2c2bd17e3663d
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master am: 77b17c8c8c  -s ours</title>
<updated>2017-12-07T06:56:32+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-07T06:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=aa14e7f6b53251eebaeeb3455d3081ad06ad56d4'/>
<id>aa14e7f6b53251eebaeeb3455d3081ad06ad56d4</id>
<content type='text'>
am: e0f80a1685

Change-Id: If7765df1445e1591b66179fac3a83c5a15352de9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: e0f80a1685

Change-Id: If7765df1445e1591b66179fac3a83c5a15352de9
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master</title>
<updated>2017-12-07T04:28:48+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-07T04:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=e0f80a1685282f8658a87a0d9652c317b78ee84c'/>
<id>e0f80a1685282f8658a87a0d9652c317b78ee84c</id>
<content type='text'>
am: 77b17c8c8c  -s ours

Change-Id: Ib54601cb188f05bb94ab9634be097cd5d9faf42e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 77b17c8c8c  -s ours

Change-Id: Ib54601cb188f05bb94ab9634be097cd5d9faf42e
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master</title>
<updated>2017-12-06T22:24:52+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-06T19:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_Stream/commit/?id=77b17c8c8c0039d2d71df98d057f1eee436c4f21'/>
<id>77b17c8c8c0039d2d71df98d057f1eee436c4f21</id>
<content type='text'>
Exempt-From-Owner-Approval: Changes already landed internally
Change-Id: Ica2a42180143a0afb52275732963abca587ce29c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exempt-From-Owner-Approval: Changes already landed internally
Change-Id: Ica2a42180143a0afb52275732963abca587ce29c
</pre>
</div>
</content>
</entry>
</feed>
