Kelvin Zhang | b66d2a0 | 2022-06-15 13:10:58 -0700 | [diff] [blame] | 1 | |
2 | |||||
3 | cc_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 | } |