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 | ], |
| 19 | } |
| 20 | |
| 21 | cc_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 | |