Skip to content
Snippets Groups Projects
Commit a12eab69 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge changes from topic "keystorebp"

* changes:
  Convert lockregioncodeinjection to Android.bp
  Export AIDL for keystore Android.bp.
parents 61e3189e a218b561
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ cc_library {
subdirs = [
"cmds/*",
"core/jni",
"core/*",
"libs/*",
"media/*",
"tools/*",
......
filegroup {
name: "IKeyAttestationApplicationIdProvider.aidl",
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
}
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",
],
}
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment