blob: d454cdb7c7842411319e25cf5565672afc07c6be [file] [log] [blame]
Andreas Huberdb49a412016-10-10 13:23:59 -07001cc_library_shared {
2 name: "android.hardware.sensors@1.0-impl",
3 relative_install_path: "hw",
4 srcs: ["Sensors.cpp"],
5 shared_libs: [
6 "liblog",
7 "libcutils",
8 "libhardware",
9 "libhwbinder",
10 "libbase",
11 "libcutils",
12 "libutils",
13 "libhidl",
14 "android.hardware.sensors@1.0",
15 ],
16 static_libs: [
17 "android.hardware.sensors@1.0-convert",
18 ],
19}
20
21cc_library_static {
22 name: "android.hardware.sensors@1.0-convert",
23 srcs: ["convert.cpp"],
24 export_include_dirs: ["include"],
25 shared_libs: [
26 "liblog",
27 "libcutils",
28 "libhardware",
29 "libhwbinder",
30 "libbase",
31 "libcutils",
32 "libutils",
33 "libhidl",
34 "android.hardware.sensors@1.0",
35 ],
36}
37
38