blob: ecf6412ce530e2d816f93a0eef89a5aea7e08155 [file] [log] [blame]
Jesse Chan8e654492020-05-15 21:44:02 +08001cc_library_shared {
Jesse Chan3e3dfb22020-05-15 21:48:07 +08002 name: "android.hardware.sensors@1.0-impl.samsung",
Jesse Chan8e654492020-05-15 21:44:02 +08003 defaults: ["hidl_defaults"],
4 proprietary: true,
5 relative_install_path: "hw",
6 srcs: ["Sensors.cpp"],
7 shared_libs: [
8 "liblog",
9 "libcutils",
10 "libhardware",
11 "libbase",
12 "libutils",
13 "libhidlbase",
14 "libhidltransport",
15 "android.hardware.sensors@1.0",
16 ],
17 static_libs: [
18 "android.hardware.sensors@1.0-convert",
19 "multihal",
20 ],
Jesse Chan8e654492020-05-15 21:44:02 +080021}