summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:43 +0000
commit3bfe3c0a70b1c9b9c17d3d63e16d8e755047a188 (patch)
tree66d700bfdbdac9e7cd6dd6cc8037d701d2b68f24
parent3c707d81ce13dc8d6e2a517f056d39dbeae8f534 (diff)
parent15838a029369efa6af06a375bf4ace021bd6758b (diff)
downloaddesugar-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 15838a029369efa6af06a375bf4ace021bd6758b to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I25c8f731c3c2588bd4bfcc1967be19c8fb800695
-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