319a5c11e5
Bug: 69539820 Test: manual Change-Id: Iff47e9247fbc2217a2c70a35bbc6c72075af63bb
34 lines
822 B
Plaintext
34 lines
822 B
Plaintext
filegroup {
|
|
name: "IKeyAttestationApplicationIdProvider.aidl",
|
|
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
|
|
}
|
|
|
|
// only used by key_store_service
|
|
cc_library_shared {
|
|
name: "libkeystore_aidl",
|
|
srcs: ["android/security/IKeystoreService.aidl"],
|
|
aidl: {
|
|
export_aidl_headers: true,
|
|
include_dirs: [
|
|
"frameworks/base/core/java/",
|
|
"system/security/keystore/",
|
|
],
|
|
},
|
|
shared_libs: [
|
|
"libbinder",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libkeystore_parcelables",
|
|
"libselinux",
|
|
"libutils",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libbinder",
|
|
"libkeystore_parcelables",
|
|
],
|
|
}
|