summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-20 12:57:21 -0700
committerColin Cross <ccross@android.com>2017-10-20 12:57:21 -0700
commit24351c4eabf18b5f1892c8abd27accb0e0b33c9b (patch)
treea882ffb5ce8d96ae9792a4b592eb4a6e9d0a44d3 /Android.bp
parent46cd42316b0ea813c9eb2f55c0c2e4d6da84f27d (diff)
downloaddesugar-24351c4eabf18b5f1892c8abd27accb0e0b33c9b.tar.gz
Use final release of ASM 6.0
Test: m checkbuild Change-Id: I841aadecf4b9ee3318eb10a67bd460d07a6d3860
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index e7f304a..f770906 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,9 +14,9 @@ java_library_host {
manifest: "manifest.txt",
static_libs: [
- "asm-6.0_BETA",
- "asm-commons-6.0_BETA",
- "asm-tree-6.0_BETA",
+ "asm-6.0",
+ "asm-commons-6.0",
+ "asm-tree-6.0",
"error_prone_annotations-2.0.18",
"guava-21.0",
"jsr305-3.0.1",