2017-10-23 16:04:31 -06:00
|
|
|
filegroup {
|
|
|
|
name: "IKeyAttestationApplicationIdProvider.aidl",
|
|
|
|
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
|
|
|
|
}
|
2017-10-27 23:10:28 -07:00
|
|
|
|
2017-11-21 20:20:36 -08:00
|
|
|
// only used by key_store_service
|
2017-11-28 12:11:44 -08:00
|
|
|
cc_library_shared {
|
2017-11-21 20:20:36 -08:00
|
|
|
name: "libkeystore_aidl",
|
2017-10-27 23:10:28 -07:00
|
|
|
srcs: ["android/security/IKeystoreService.aidl"],
|
2017-11-21 20:20:36 -08:00
|
|
|
aidl: {
|
|
|
|
export_aidl_headers: true,
|
2017-11-28 12:11:44 -08:00
|
|
|
include_dirs: [
|
|
|
|
"frameworks/base/core/java/",
|
|
|
|
"system/security/keystore/",
|
|
|
|
],
|
2017-11-21 20:20:36 -08:00
|
|
|
},
|
|
|
|
shared_libs: [
|
|
|
|
"libbinder",
|
|
|
|
"libcutils",
|
|
|
|
"libhardware",
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"liblog",
|
2017-11-28 12:11:44 -08:00
|
|
|
"libkeystore_parcelables",
|
2017-11-21 20:20:36 -08:00
|
|
|
"libselinux",
|
|
|
|
"libutils",
|
|
|
|
],
|
2017-11-28 12:11:44 -08:00
|
|
|
export_shared_lib_headers: [
|
|
|
|
"libbinder",
|
|
|
|
"libkeystore_parcelables",
|
|
|
|
],
|
2017-10-27 23:10:28 -07:00
|
|
|
}
|