summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2022-11-10 21:12:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-11-10 21:12:51 +0000
commitaaa88d17a262d1214109804f2eab2efc1d4b9c84 (patch)
tree08d4bd35adf6fa468d7d546b225e34959c28ec1b
parent2450c55b88caa524d94f890358946fd226c26387 (diff)
parent899bc6e243772a90e28ecfa0b79b658d227f4503 (diff)
downloadsdk-aaa88d17a262d1214109804f2eab2efc1d4b9c84.tar.gz
Enable new_robolectric am: 30abcb92b6 am: 899bc6e243
Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/sdk/+/20415426 Change-Id: Ia36da309e6b00cd88b2c174f6d5e4e24300ec188 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--current/Android.bp11
-rw-r--r--current/multidex/multidex-1.0.3.aarbin0 -> 26600 bytes
-rw-r--r--current/multidex/multidex-1.0.3.aar.md51
-rw-r--r--current/multidex/multidex-1.0.3.aar.sha11
-rw-r--r--current/multidex/multidex-1.0.3.pom29
-rw-r--r--current/multidex/multidex-1.0.3.pom.md51
-rw-r--r--current/multidex/multidex-1.0.3.pom.sha11
7 files changed, 44 insertions, 0 deletions
diff --git a/current/Android.bp b/current/Android.bp
index b4f16f6fa..de00c8159 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -289,6 +289,17 @@ java_import {
sdk_version: "current",
}
+android_library_import {
+ name: "com.android.support.multidex_1.0.3",
+ aars: ["multidex/multidex-1.0.3.aar"],
+ sdk_version: "current",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ //min_sdk_version: "14",
+}
+
// To provide test host tools the current android jar file to execute the host test
filegroup {
name: "current_android_jar",
diff --git a/current/multidex/multidex-1.0.3.aar b/current/multidex/multidex-1.0.3.aar
new file mode 100644
index 000000000..dae8a54cf
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.aar
Binary files differ
diff --git a/current/multidex/multidex-1.0.3.aar.md5 b/current/multidex/multidex-1.0.3.aar.md5
new file mode 100644
index 000000000..0b6ec7d79
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.aar.md5
@@ -0,0 +1 @@
+253a5e007611db73d04349b5f872b69b \ No newline at end of file
diff --git a/current/multidex/multidex-1.0.3.aar.sha1 b/current/multidex/multidex-1.0.3.aar.sha1
new file mode 100644
index 000000000..c6019f6d2
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.aar.sha1
@@ -0,0 +1 @@
+977baa430cd9596838e8b1799b66ecf4d10a723b \ No newline at end of file
diff --git a/current/multidex/multidex-1.0.3.pom b/current/multidex/multidex-1.0.3.pom
new file mode 100644
index 000000000..6b9096a50
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.pom
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.android.support</groupId>
+ <artifactId>multidex</artifactId>
+ <version>1.0.3</version>
+ <packaging>aar</packaging>
+ <name>Android Multi-Dex Library</name>
+ <description>Library for legacy multi-dex support</description>
+ <url></url>
+ <inceptionYear>2013</inceptionYear>
+ <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>scm:git:https://android.googlesource.com/platform/frameworks/multidex</connection>
+ <url>http://source.android.com</url>
+ </scm>
+</project>
diff --git a/current/multidex/multidex-1.0.3.pom.md5 b/current/multidex/multidex-1.0.3.pom.md5
new file mode 100644
index 000000000..fd0984e84
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.pom.md5
@@ -0,0 +1 @@
+2ed8b20a1fd4c965e01576ef87bd7898 \ No newline at end of file
diff --git a/current/multidex/multidex-1.0.3.pom.sha1 b/current/multidex/multidex-1.0.3.pom.sha1
new file mode 100644
index 000000000..4be30fa22
--- /dev/null
+++ b/current/multidex/multidex-1.0.3.pom.sha1
@@ -0,0 +1 @@
+4331aa9cede074be2130d99138c13a80856cfc6a \ No newline at end of file