<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_Provision, branch pie-qpr2-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_Provision/'/>
<entry>
<title>Merge "packages/apps/Provision: Set LOCAL_SDK_VERSION where possible." am: 01fab1d3e4 am: 1df4c85042</title>
<updated>2018-02-22T19:03:26+00:00</updated>
<author>
<name>hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-22T19:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=41171be03f7a98e631cc6d5ecb97f38a23d31e7e'/>
<id>41171be03f7a98e631cc6d5ecb97f38a23d31e7e</id>
<content type='text'>
am: de140d2dd6

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

Change-Id: Id2cf66ea8305a4a4606ed032b9976d972fba4763
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "packages/apps/Provision: Set LOCAL_SDK_VERSION where possible." am: 01fab1d3e4</title>
<updated>2018-02-22T18:55:23+00:00</updated>
<author>
<name>hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-22T18:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=de140d2dd6c67d8ceecdb92a2f2d41044bd6cb48'/>
<id>de140d2dd6c67d8ceecdb92a2f2d41044bd6cb48</id>
<content type='text'>
am: 1df4c85042

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

Change-Id: Iac69e77bec602763b511938b519ae5dead1d4421
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "packages/apps/Provision: Set LOCAL_SDK_VERSION where possible."</title>
<updated>2018-02-22T18:46:58+00:00</updated>
<author>
<name>hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-22T18:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=1df4c85042be00c81d97aded90adbc7c2320b776'/>
<id>1df4c85042be00c81d97aded90adbc7c2320b776</id>
<content type='text'>
am: 01fab1d3e4

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

Change-Id: I6d11ec41935c0f8dfc16385573aa6de9d255e699
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "packages/apps/Provision: Set LOCAL_SDK_VERSION where possible."</title>
<updated>2018-02-22T18:28:49+00:00</updated>
<author>
<name>hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-22T18:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=01fab1d3e4e3329a7c14614930f18dbd7889d19d'/>
<id>01fab1d3e4e3329a7c14614930f18dbd7889d19d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>packages/apps/Provision: Set LOCAL_SDK_VERSION where possible.</title>
<updated>2018-02-22T16:12:24+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2018-02-22T16:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=6c3b0db4f22eb7899c79929a3498b8db6a8b97c5'/>
<id>6c3b0db4f22eb7899c79929a3498b8db6a8b97c5</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: I8b06b88704fc61d7c0f8c47fb72bdb570e244e3c
</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: I8b06b88704fc61d7c0f8c47fb72bdb570e244e3c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Provision is the AOSP \'setup wizard\' app... am: 356bff898c am: 53593db784" into nyc-mr1-dev-plus-aosp</title>
<updated>2016-05-13T21:17:30+00:00</updated>
<author>
<name>Christopher Tate</name>
<email>ctate@google.com</email>
</author>
<published>2016-05-13T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=6b2548213a9c7cf93ac9dc32f8b82db4ad8e9c4d'/>
<id>6b2548213a9c7cf93ac9dc32f8b82db4ad8e9c4d</id>
<content type='text'>
am: 077fc59dd2

* commit '077fc59dd26cdecdfe2ea3af614291b103faa7e2':

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

* commit '077fc59dd26cdecdfe2ea3af614291b103faa7e2':

Change-Id: I88bcee92a5401477a2a1fb69a00f5f6720f16c60
</pre>
</div>
</content>
</entry>
<entry>
<title>Provision is the AOSP \'setup wizard\' app... am: 356bff898c am: 53593db784</title>
<updated>2016-05-13T21:17:30+00:00</updated>
<author>
<name>Christopher Tate</name>
<email>ctate@google.com</email>
</author>
<published>2016-05-13T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=40b4176f4df367410394cdaba7b6bc9db95af6ca'/>
<id>40b4176f4df367410394cdaba7b6bc9db95af6ca</id>
<content type='text'>
am: 7cd38c2a8d

* commit '7cd38c2a8d2de40b6a09b7bb8fac52fdf72b40d8':
  Provision is the AOSP 'setup wizard' app...

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

* commit '7cd38c2a8d2de40b6a09b7bb8fac52fdf72b40d8':
  Provision is the AOSP 'setup wizard' app...

Change-Id: I6e29f8b6fa166f59c1a0c784af06776046636e48
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Provision is the AOSP \'setup wizard\' app... am: 356bff898c am: 53593db784" into nyc-mr1-dev-plus-aosp</title>
<updated>2016-05-13T21:14:51+00:00</updated>
<author>
<name>Android Build Merger (Role)</name>
<email>android-build-merger@google.com</email>
</author>
<published>2016-05-13T21:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=077fc59dd26cdecdfe2ea3af614291b103faa7e2'/>
<id>077fc59dd26cdecdfe2ea3af614291b103faa7e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provision is the AOSP \'setup wizard\' app... am: 356bff898c</title>
<updated>2016-05-13T21:14:43+00:00</updated>
<author>
<name>Christopher Tate</name>
<email>ctate@google.com</email>
</author>
<published>2016-05-13T21:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=7cd38c2a8d2de40b6a09b7bb8fac52fdf72b40d8'/>
<id>7cd38c2a8d2de40b6a09b7bb8fac52fdf72b40d8</id>
<content type='text'>
am: 53593db784

* commit '53593db784a7425c424ccd52fcd122847ed26a4d':
  Provision is the AOSP 'setup wizard' app...

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

* commit '53593db784a7425c424ccd52fcd122847ed26a4d':
  Provision is the AOSP 'setup wizard' app...

Change-Id: Ic9d0de749fb4cd42271252cd45bce558fef3c1fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Provision is the AOSP \'setup wizard\' app... am: 356bff898c</title>
<updated>2016-05-13T21:14:43+00:00</updated>
<author>
<name>Christopher Tate</name>
<email>ctate@google.com</email>
</author>
<published>2016-05-13T21:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Provision/commit/?id=2db4f3ff5ab9db68647c49a9120909e4b2d78374'/>
<id>2db4f3ff5ab9db68647c49a9120909e4b2d78374</id>
<content type='text'>
am: 53593db784

* commit '53593db784a7425c424ccd52fcd122847ed26a4d':
  Provision is the AOSP 'setup wizard' app...

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

* commit '53593db784a7425c424ccd52fcd122847ed26a4d':
  Provision is the AOSP 'setup wizard' app...

Change-Id: I76c44690845144732b96a72898abfe771414903c
</pre>
</div>
</content>
</entry>
</feed>
