rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | #define LOG_TAG "lbs_hidl_service" |
2 | |||||
3 | #include <lbs_hidl_service.h> | ||||
4 | #include <hidl/LegacySupport.h> | ||||
5 | |||||
6 | int main() { | ||||
7 | ::vendor::mediatek::hardware::lbs::V1_0::implementation::cpp_main(); | ||||
8 | ::android::hardware::joinRpcThreadpool(); | ||||
9 | |||||
10 | return 0; | ||||
11 | } | ||||
12 |