| Jeff Sharkey | 0c686e7 | 2017-10-23 16:04:31 -0600 | [diff] [blame] | 1 | filegroup { |
| 2 | name: "IKeyAttestationApplicationIdProvider.aidl", |
| 3 | srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"], |
| 4 | } |
| Dmitry Dementyev | efc4311 | 2017-10-27 23:10:28 -0700 | [diff] [blame] | 5 | |
| Sami Kyostila | 4389e6b | 2018-01-11 00:12:14 +0000 | [diff] [blame] | 6 | filegroup { |
| 7 | name: "IDropBoxManagerService.aidl", |
| 8 | srcs: ["com/android/internal/os/IDropBoxManagerService.aidl"], |
| 9 | } |
| 10 | |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 11 | // only used by key_store_service |
| Dmitry Dementyev | 319a5c1 | 2017-11-28 12:11:44 -0800 | [diff] [blame] | 12 | cc_library_shared { |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 13 | name: "libkeystore_aidl", |
| Janis Danisevskis | 7dacad8 | 2018-01-24 15:12:11 -0800 | [diff] [blame] | 14 | srcs: ["android/security/IKeystoreService.aidl", |
| 15 | "android/security/IConfirmationPromptCallback.aidl"], |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 16 | aidl: { |
| 17 | export_aidl_headers: true, |
| Dmitry Dementyev | 319a5c1 | 2017-11-28 12:11:44 -0800 | [diff] [blame] | 18 | include_dirs: [ |
| 19 | "frameworks/base/core/java/", |
| 20 | "system/security/keystore/", |
| 21 | ], |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 22 | }, |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 23 | shared_libs: [ |
| 24 | "libbinder", |
| 25 | "libcutils", |
| 26 | "libhardware", |
| 27 | "libhidlbase", |
| 28 | "libhidltransport", |
| 29 | "libhwbinder", |
| 30 | "liblog", |
| Dmitry Dementyev | 319a5c1 | 2017-11-28 12:11:44 -0800 | [diff] [blame] | 31 | "libkeystore_parcelables", |
| Dmitry Dementyev | 75b7607 | 2017-11-21 20:20:36 -0800 | [diff] [blame] | 32 | "libselinux", |
| 33 | "libutils", |
| 34 | ], |
| Dmitry Dementyev | 319a5c1 | 2017-11-28 12:11:44 -0800 | [diff] [blame] | 35 | export_shared_lib_headers: [ |
| 36 | "libbinder", |
| 37 | "libkeystore_parcelables", |
| 38 | ], |
| Dmitry Dementyev | efc4311 | 2017-10-27 23:10:28 -0700 | [diff] [blame] | 39 | } |