Export AIDL for keystore Android.bp.

Test: builds, boots
Bug: 67041047
Change-Id: Iaff1de1f9c015a824ffc1f4946ced4a13d9bd7c1
This commit is contained in:
Jeff Sharkey
2017-10-23 16:04:31 -06:00
parent 6a6fe31867
commit 0c686e78ad
2 changed files with 5 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ cc_library {
subdirs = [
"cmds/*",
"core/jni",
"core/*",
"libs/*",
"media/*",
"tools/*",

4
core/java/Android.bp Normal file
View File

@@ -0,0 +1,4 @@
filegroup {
name: "IKeyAttestationApplicationIdProvider.aidl",
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
}