Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Use asm-5.2 prebuilts
Browse files Browse the repository at this point in the history
Test: m -j checkbuild tests cts
Change-Id: I737c9293662d1e9a5c47f174f160b9fd88bb3b5f
  • Loading branch information
colincross committed Feb 13, 2017
1 parent 706089f commit 61967ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/mkstubs/Android.mk
Expand Up @@ -20,7 +20,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)

LOCAL_JAR_MANIFEST := manifest.txt
LOCAL_STATIC_JAVA_LIBRARIES := \
asm-5.0
asm-5.2

LOCAL_MODULE := mkstubs

Expand Down
2 changes: 1 addition & 1 deletion tools/rmtypedefs/src/Android.mk
Expand Up @@ -22,7 +22,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAR_MANIFEST := ../etc/manifest.txt
LOCAL_STATIC_JAVA_LIBRARIES := \
asm-5.0 \
asm-5.2 \
guava-tools

LOCAL_MODULE:= rmtypedefs
Expand Down

0 comments on commit 61967ed

Please sign in to comment.