blob: 3e97e0727686b84c523860ae1cd93426e039ccd5 [file] [log] [blame]
Kelvin Zhangb66d2a02022-06-15 13:10:58 -07001
2
3cc_library {
4 name: "libboot_control_client",
5 srcs: [
6 "BootControlClient.cpp"
7 ],
8 export_include_dirs: ["include"],
9 export_shared_lib_headers: ["android.hardware.boot-V1-ndk"],
10 recovery_available: true,
11 shared_libs: [
12 "android.hardware.boot-V1-ndk",
13 "android.hardware.boot@1.0",
14 "android.hardware.boot@1.1",
15 "android.hardware.boot@1.2",
16 "libhidlbase",
17 "libbinder_ndk",
18 "libbase",
19 "libcutils",
20 "libutils",
21 ],
22}