Andreas Huber | db49a41 | 2016-10-10 13:23:59 -0700 | [diff] [blame] | 1 | cc_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 | ], |
Steven Moreland | cefd01c | 2016-11-07 19:20:19 -0800 | [diff] [blame] | 19 | local_include_dirs: ["include/sensors"], |
Andreas Huber | db49a41 | 2016-10-10 13:23:59 -0700 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | cc_library_static { |
| 23 | name: "android.hardware.sensors@1.0-convert", |
| 24 | srcs: ["convert.cpp"], |
| 25 | export_include_dirs: ["include"], |
| 26 | shared_libs: [ |
| 27 | "liblog", |
| 28 | "libcutils", |
| 29 | "libhardware", |
| 30 | "libhwbinder", |
| 31 | "libbase", |
| 32 | "libcutils", |
| 33 | "libutils", |
| 34 | "libhidl", |
| 35 | "android.hardware.sensors@1.0", |
| 36 | ], |
Steven Moreland | cefd01c | 2016-11-07 19:20:19 -0800 | [diff] [blame] | 37 | local_include_dirs: ["include/sensors"], |
Andreas Huber | db49a41 | 2016-10-10 13:23:59 -0700 | [diff] [blame] | 38 | } |
| 39 | |
| 40 | |