Merge changes from topic "keystorebp"
am: a12eab69d1
Change-Id: I4a6f7f84d683582d126a6370e1cf3ae6ee9f4b19
This commit is contained in:
12
tools/locked_region_code_injection/Android.bp
Normal file
12
tools/locked_region_code_injection/Android.bp
Normal file
@@ -0,0 +1,12 @@
|
||||
java_library_host {
|
||||
name: "lockedregioncodeinjection",
|
||||
manifest: "manifest.txt",
|
||||
srcs: ["src/**/*.java"],
|
||||
static_libs: [
|
||||
"asm-6.0",
|
||||
"asm-commons-6.0",
|
||||
"asm-tree-6.0",
|
||||
"asm-analysis-6.0",
|
||||
"guava-21.0",
|
||||
],
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_JAR_MANIFEST := manifest.txt
|
||||
LOCAL_MODULE := lockedregioncodeinjection
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
asm-6.0 \
|
||||
asm-commons-6.0 \
|
||||
asm-tree-6.0 \
|
||||
asm-analysis-6.0 \
|
||||
guava-21.0 \
|
||||
|
||||
include $(BUILD_HOST_JAVA_LIBRARY)
|
||||
Reference in New Issue
Block a user