Export AIDL for keystore Android.bp.
Test: builds, boots Bug: 67041047 Change-Id: Iaff1de1f9c015a824ffc1f4946ced4a13d9bd7c1
This commit is contained in:
@@ -72,7 +72,7 @@ cc_library {
|
||||
|
||||
subdirs = [
|
||||
"cmds/*",
|
||||
"core/jni",
|
||||
"core/*",
|
||||
"libs/*",
|
||||
"media/*",
|
||||
"tools/*",
|
||||
|
||||
4
core/java/Android.bp
Normal file
4
core/java/Android.bp
Normal file
@@ -0,0 +1,4 @@
|
||||
filegroup {
|
||||
name: "IKeyAttestationApplicationIdProvider.aidl",
|
||||
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
|
||||
}
|
||||
Reference in New Issue
Block a user