aboutsummaryrefslogtreecommitdiff
path: root/tests/migrated
AgeCommit message (Collapse)Author
2013-11-14Update version to 0.7.0Xavier Ducrohet
Change-Id: Ie2de7ec0fd043218a3018859e65e69246515424d
2013-10-10Updated plug-in version to 0.6.2Alex Ruiz
Change-Id: I3c8ac610467092da38389339bb9fa284430ec79b
2013-10-01Updated plug-in version to 0.6.1.Alex Ruiz
Change-Id: I4a5d85514573da26fac008c8b411dbf4086b3371
2013-09-26Updated plug-in version to 0.6.0.Alex Ruiz
Change-Id: I5157bf3a0014093b866bb9d5d501d8c75ee6db68
2013-09-11Move to version 0.5.7Xavier Ducrohet
Change-Id: Iafae6c621b24a6fce8da38798a29c536a7ce7c90
2013-09-06Revert "Updated plug-in version to 0.6."Alex Ruiz
This reverts commit 1aefdabdf66651510d1421946016000e68d9978b. Change-Id: Ibcf454e244319baf3272fa3c48744da5f5b6409b
2013-09-05Updated plug-in version to 0.6.Alex Ruiz
This CL also adds Gradle 1.8 as supported version. Change-Id: Ibdac815551ef854c3896d72445d44090f87045ff
2013-08-01Add support for dynamically linked llvm-rs-ccXavier Ducrohet
Change-Id: I801d59317e782a12ad82d00dec52d688061b470b
2013-05-23Move Gradle plugin to 0.5.0Xavier Ducrohet
Change-Id: I2c3d042157a3aacdd8542117a2e059f83058304c
2013-04-29Unify all temp local repo.Xavier Ducrohet
Also stop putting all dependencies inside the builder artifact, and instead let it depend on other artifacts. Change-Id: I0f3adb2883ac9f34dc82bff420964243487e09a4
2013-04-18Proguard support.Xavier Ducrohet
Change-Id: I236458b4ae883481ff3afa9123f0167dbd270ac1
2013-04-04New module for the model.Xavier Ducrohet
This model will be shared between the plugin and the IDE. Change-Id: Ia521ed8d6f47301545679334157ea2ed8629bbb1
2013-03-25Use the right version of build tools.Xavier Ducrohet
Change-Id: I80ebd53f2f46213001633c135c7fd9a5f8502658
2013-03-22Add support for build-tools.Xavier Ducrohet
Change-Id: I6c355e2e2459987224e4fac3fdd8c02d2f4fc905
2013-03-19Only package local dependencies in builder.Xavier Ducrohet
the builder library previously packaged all its dependencies in its jar. This started breaking when bouncycastle was added due some issue in the manifest. This solves it but also does something we should have done a while ago. Now only the local dependencies (mostly tools/base) are packaged in builder, while the external dependencies are now declared as dependencies. Since the builder is pushed to MavenCentral the dependencies can be found there. (Sample projects find them in the local repo clone). Change-Id: I789a2950056d0fe49c5f8fbaa11b149cc75a6361
2013-02-26Move to 0.4Xavier Ducrohet
Change-Id: I5c8c599698e489cb83b9ffa6f7a1ef3a9cd27fb6
2013-02-19Make instrument(ation)Test more consistent everywhere.Xavier Ducrohet
Change-Id: I15aeaab2deae50a096e5b0620da49349f56f96e4
2013-02-07SDK support improvements.Xavier Ducrohet
Move figuring out the path to aidl/aapt/dx/llvm-rs-cc from IAndroidTarget to SdkParser (in preparation of the build-tools). Also change android.target to android.compileSdkVersion to make it less confusing with regards to min/targetSdkVersion and also change it to take either an int or a string. Change-Id: I8642cb84f67cf75b49abe905b2a65f4d26668e98
2013-01-11Allow for easier relocation of full sourcesets.Xavier Ducrohet
You can now call android.sourceSets.test.resetToRoot("blah/test") and it will move all of src/test/* to blah/test/* It makes it easier to migrate older project by relocating non src/main outside of src/ Updated the 'migrated' samples to reflect this + other misc fixes. Change-Id: I2b98ada80a9b8d564370e00e3ed63a3d68c60412
2012-11-12Add test that builds all the test projects.Xavier Ducrohet
Change-Id: I8686052470b71f9f61f83da360a205a2f04d5271