summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:52 +0000
commit1e154d4409b782d18ecb995935bb638c52b4db8b (patch)
tree66d700bfdbdac9e7cd6dd6cc8037d701d2b68f24
parent3d5bb3a727686af73c8eb90e7199e4fee9f1f19e (diff)
parent15838a029369efa6af06a375bf4ace021bd6758b (diff)
downloaddesugar-android14-mainline-mediaprovider-release.tar.gz
Change-Id: Ib2dc523dc645982449ba1fbe27d8064d0c05cfb6
-rw-r--r--Android.bp12
l---------LICENSE1
2 files changed, 7 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 746e576..76a2d2f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,12 +31,12 @@ java_library_host {
manifest: "manifest.txt",
static_libs: [
- "asm-6.0",
- "asm-commons-6.0",
- "asm-tree-6.0",
- "error_prone_annotations-2.0.18",
- "guava-21.0",
- "jsr305-3.0.1",
+ "error_prone_annotations",
+ "guava",
+ "jsr305",
+ "ow2-asm",
+ "ow2-asm-commons",
+ "ow2-asm-tree",
],
plugins: ["auto_value_plugin"],
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..132d13f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+NOTICE \ No newline at end of file