blob: 77d5163c1b78f9e4682e702baea06f6416b633fb [file] [log] [blame]
Alan Leunged36ba52017-05-12 17:31:13 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_JAR_MANIFEST := manifest.txt
6LOCAL_MODULE := lockedregioncodeinjection
7LOCAL_SRC_FILES := $(call all-java-files-under,src)
8LOCAL_STATIC_JAVA_LIBRARIES := \
9 asm-5.2 \
10 asm-commons-5.2 \
11 asm-tree-5.2 \
Colin Crosscebc3822017-08-03 15:58:45 -070012 asm-analysis-5.2 \
Colin Cross3b0ea222017-08-25 11:27:46 -070013 guava-21.0 \
Alan Leunged36ba52017-05-12 17:31:13 -070014
15include $(BUILD_HOST_JAVA_LIBRARY)