<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_base/testing-infrastructure, branch studio-master-dev</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_tools_base/'/>
<entry>
<title>Avoid publishing devicepool externally</title>
<updated>2020-04-03T17:21:56+00:00</updated>
<author>
<name>Ivan Gavrilovic</name>
<email>gavra@google.com</email>
</author>
<published>2020-04-03T11:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=1ead058a15d4c082273d8646b04952322bdd109c'/>
<id>1ead058a15d4c082273d8646b04952322bdd109c</id>
<content type='text'>
Bug: 153123431
Test: building&amp;testing locally with Gradle
Change-Id: I32a19b4bc23d378d1fc49845dac210592071b47f
(cherry picked from commit 82b9ad53fff4fefb3a152b8eae303a8add9551c7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 153123431
Test: building&amp;testing locally with Gradle
Change-Id: I32a19b4bc23d378d1fc49845dac210592071b47f
(cherry picked from commit 82b9ad53fff4fefb3a152b8eae303a8add9551c7)
</pre>
</div>
</content>
</entry>
<entry>
<title>move testing classes from builder to gradle-core</title>
<updated>2019-11-27T02:15:37+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2019-11-26T23:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=e1b98beb3e155ddfba72450ed65699e255269430'/>
<id>e1b98beb3e155ddfba72450ed65699e255269430</id>
<content type='text'>
TestData has getApplicationId which must now use Provider.

Bug: N/A
Test: existing tests
Change-Id: I99041bd127da884e6be44b408fe8ab0d83fad9bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TestData has getApplicationId which must now use Provider.

Bug: N/A
Test: existing tests
Change-Id: I99041bd127da884e6be44b408fe8ab0d83fad9bb
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving gradle-core target to build-system</title>
<updated>2019-10-30T19:55:08+00:00</updated>
<author>
<name>Jean-Luc Coelho</name>
<email>jeanlucncoelho@google.com</email>
</author>
<published>2019-10-30T17:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=efdf7ff848521a78ce5b89521e76ce6dff8945c6'/>
<id>efdf7ff848521a78ce5b89521e76ce6dff8945c6</id>
<content type='text'>
To remove gradle target path customization.

Bug: None
Test: N/A

Change-Id: Ia0f0cbe0c3cae318a45a9c072d26a77918462cbb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To remove gradle target path customization.

Bug: None
Test: N/A

Change-Id: Ia0f0cbe0c3cae318a45a9c072d26a77918462cbb
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed iml files in tools/base.</title>
<updated>2019-02-12T00:37:58+00:00</updated>
<author>
<name>Jerome Dochez</name>
<email>jedo@google.com</email>
</author>
<published>2019-02-11T21:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=3c59d1bc0701955a16a47f9804639528db082958'/>
<id>3c59d1bc0701955a16a47f9804639528db082958</id>
<content type='text'>
some still had references to removed module
some still referenced the old KotlinRuntime libraries.

Test: can build tools/base successfully
Bug: N/A
Change-Id: I3da960bfbc78a54638e78758f2b4656f4133b261
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some still had references to removed module
some still referenced the old KotlinRuntime libraries.

Test: can build tools/base successfully
Bug: N/A
Change-Id: I3da960bfbc78a54638e78758f2b4656f4133b261
</pre>
</div>
</content>
</entry>
<entry>
<title>Update AGP kotlin dependencies</title>
<updated>2018-09-17T21:20:07+00:00</updated>
<author>
<name>Bingran</name>
<email>bingran@google.com</email>
</author>
<published>2018-09-12T19:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=82382de39fc092be9e1e2d79b7a4f3901d8d2aef'/>
<id>82382de39fc092be9e1e2d79b7a4f3901d8d2aef</id>
<content type='text'>
Android Gradle Plugin has dependencies on kotlin-stdlib-jre8 and
kotlin-stdlib-jre7 which are deprecated. Update them to kotlin-stdlib-jdk8
and kotlin-stdlib-jdk7.

Bug: 112761162
Test: Existing tests
Change-Id: I5e8c8be21371e562eec6ae9df3cc7711f7c6899c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android Gradle Plugin has dependencies on kotlin-stdlib-jre8 and
kotlin-stdlib-jre7 which are deprecated. Update them to kotlin-stdlib-jdk8
and kotlin-stdlib-jdk7.

Bug: 112761162
Test: Existing tests
Change-Id: I5e8c8be21371e562eec6ae9df3cc7711f7c6899c
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/base idea project: Fix test compilation.</title>
<updated>2018-06-18T18:29:09+00:00</updated>
<author>
<name>Chris Warrington</name>
<email>cmw@google.com</email>
</author>
<published>2018-06-18T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=3c82ecfdd287e5fb76cf65d0f1b257255e685473'/>
<id>3c82ecfdd287e5fb76cf65d0f1b257255e685473</id>
<content type='text'>
Add a missing kotlin stdlib dependency to builder and gradle-core.

Test: Manually compile in idea
Bug: N/A
Change-Id: I5fcf0df0f91ebfc421b04cbaa2bfce80f181e8f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a missing kotlin stdlib dependency to builder and gradle-core.

Test: Manually compile in idea
Bug: N/A
Change-Id: I5fcf0df0f91ebfc421b04cbaa2bfce80f181e8f8
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/base idea project: fix "Scroll from source"</title>
<updated>2018-06-07T11:14:01+00:00</updated>
<author>
<name>Chris Warrington</name>
<email>cmw@google.com</email>
</author>
<published>2018-06-05T15:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=a3bb4fd4b24ebdbafdd059021faa78ba735f2b51'/>
<id>a3bb4fd4b24ebdbafdd059021faa78ba735f2b51</id>
<content type='text'>
By removing module groups and relying on the hierachical naming, similar
to tools/idea.

Bug: N/A
Test: N/A
Change-Id: Id049bfb52bad13a816e951bfe6ddf49600e51d84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By removing module groups and relying on the hierachical naming, similar
to tools/idea.

Bug: N/A
Test: N/A
Change-Id: Id049bfb52bad13a816e951bfe6ddf49600e51d84
</pre>
</div>
</content>
</entry>
<entry>
<title>the great module rename</title>
<updated>2018-04-07T00:00:09+00:00</updated>
<author>
<name>Dana Dahlstrom</name>
<email>dahlstrom@google.com</email>
</author>
<published>2018-04-03T23:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=071939d578e50d4fc5ccdc28965759f4b94c0879'/>
<id>071939d578e50d4fc5ccdc28965759f4b94c0879</id>
<content type='text'>
Change-Id: I63b1633ccfb109d44d2c3f0b6f97f35e96f14306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I63b1633ccfb109d44d2c3f0b6f97f35e96f14306
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle support.</title>
<updated>2017-12-05T21:34:47+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2017-10-11T23:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=8399e7ed8b3c6a6fbd233fecb012c9c4e2cf40ff'/>
<id>8399e7ed8b3c6a6fbd233fecb012c9c4e2cf40ff</id>
<content type='text'>
New plugin, extension, and task.

App plugin now publishes the asset folder as a new
artifact into a new bundleElements configuration
which gets consumed by the bundle plugin.

Test: WIP
Change-Id: I6ff5fd65069dd5a753d496de51987a17bcb46dc1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New plugin, extension, and task.

App plugin now publishes the asset folder as a new
artifact into a new bundleElements configuration
which gets consumed by the bundle plugin.

Test: WIP
Change-Id: I6ff5fd65069dd5a753d496de51987a17bcb46dc1
</pre>
</div>
</content>
</entry>
<entry>
<title>First draft of new DSL interfaces.</title>
<updated>2017-10-12T00:38:24+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2017-09-05T14:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=d95fb1d71d8b82b9b058942dfdb4cfcc7b1365a6'/>
<id>d95fb1d71d8b82b9b058942dfdb4cfcc7b1365a6</id>
<content type='text'>
This includes the user model (flavor/build types),
part of the variants (lots more needed), and the
extensions.

This also starts doing some implementations of the
external objects with the sealing mechanism.

In order to implement these this commit provides
sealable implementations for List/Set/Map and
all the other intermediary classes that they
need (Iterator, ListIterator, as well as sets
and collections for Map.entries/keys/values)

Test: N/A
Change-Id: Ia710275f2bfd877acb0fdc92681805f3e6828c15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes the user model (flavor/build types),
part of the variants (lots more needed), and the
extensions.

This also starts doing some implementations of the
external objects with the sealing mechanism.

In order to implement these this commit provides
sealable implementations for List/Set/Map and
all the other intermediary classes that they
need (Iterator, ListIterator, as well as sets
and collections for Map.entries/keys/values)

Test: N/A
Change-Id: Ia710275f2bfd877acb0fdc92681805f3e6828c15
</pre>
</div>
</content>
</entry>
</feed>
