Chienyuan Huang | a9a2717 | 2023-11-27 09:32:09 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | cc_binary { |
| 6 | name: "android.hardware.bluetooth.ranging-service.default", |
| 7 | relative_install_path: "hw", |
| 8 | init_rc: ["bluetooth-ranging-service-default.rc"], |
| 9 | vintf_fragments: [":manifest_android.hardware.bluetooth.ranging-service.default.xml"], |
| 10 | vendor: true, |
| 11 | srcs: [ |
| 12 | "BluetoothChannelSounding.cpp", |
| 13 | "BluetoothChannelSoundingSession.cpp", |
| 14 | "service.cpp", |
| 15 | ], |
| 16 | shared_libs: [ |
| 17 | "android.hardware.bluetooth.ranging-V1-ndk", |
| 18 | "libbase", |
| 19 | "libbinder_ndk", |
| 20 | "libhidlbase", |
| 21 | "libutils", |
| 22 | "liblog", |
| 23 | ], |
| 24 | } |
| 25 | |
| 26 | filegroup { |
| 27 | name: "manifest_android.hardware.bluetooth.ranging-service.default.xml", |
| 28 | srcs: ["bluetooth-ranging-service-default.xml"], |
| 29 | } |