Add transform api 1.5 for regression tests.

Change-Id: I6461c6b825bb1981592c0625cd305bbf1cc0ce83
diff --git a/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.md5 b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.md5
new file mode 100644
index 0000000..c9d3363
--- /dev/null
+++ b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.md5
@@ -0,0 +1 @@
+a8ba87ce2129ff329e3078ba7f9ad3cf
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.sha1 b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.sha1
new file mode 100644
index 0000000..76ad5b6
--- /dev/null
+++ b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar.sha1
@@ -0,0 +1 @@
+7f2bcdf40b008f15481324327b7f9e377b0b1697
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.md5 b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.md5
new file mode 100644
index 0000000..baed702
--- /dev/null
+++ b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.md5
@@ -0,0 +1 @@
+0ad688fbb96cc80212deecb9289eb6fb
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.sha1 b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.sha1
new file mode 100644
index 0000000..6ec33fd
--- /dev/null
+++ b/common/m2/repository/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom.sha1
@@ -0,0 +1 @@
+16ae9945d5f0ed5fb1aff1d9aaa627b82096b56e
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar
new file mode 100644
index 0000000..0a9f624
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar
Binary files differ
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.md5 b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.md5
new file mode 100644
index 0000000..e5a1ef3
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.md5
@@ -0,0 +1 @@
+80e274b907cefbd32ad8df7d17d2f2f9
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.sha1 b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.sha1
new file mode 100644
index 0000000..67cf7d8
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar.sha1
@@ -0,0 +1 @@
+090f914a7972579a4cc726c9e0022878f6c675e2
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom
new file mode 100644
index 0000000..8596f3d
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.android.tools.build</groupId>
+  <artifactId>transform-api</artifactId>
+  <version>1.5.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>annotations</artifactId>
+      <version>24.5.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>17.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <description>API for transforms during build</description>
+  <url>http://tools.android.com/</url>
+  <name>com.android.tools.build.transform-api</name>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>The Android Open Source Project</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>git://android.googlesource.com/platform/tools/base.git</connection>
+    <url>https://android.googlesource.com/platform/tools/base</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.md5 b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.md5
new file mode 100644
index 0000000..a8a0388
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.md5
@@ -0,0 +1 @@
+f591f9233cc34116a5be84bf1a2b0dcc
\ No newline at end of file
diff --git a/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.sha1 b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.sha1
new file mode 100644
index 0000000..c2c1f72
--- /dev/null
+++ b/common/m2/repository/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom.sha1
@@ -0,0 +1 @@
+48a97797e6ee321d516e5ef4844449660f09adb2
\ No newline at end of file