blob: 0b2daeae62b75b4663971c9a2612597323db2126 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#define LOG_TAG "lbs_hidl_service"
2
3#include <lbs_hidl_service.h>
4#include <hidl/LegacySupport.h>
5
6int main() {
7 ::vendor::mediatek::hardware::lbs::V1_0::implementation::cpp_main();
8 ::android::hardware::joinRpcThreadpool();
9
10 return 0;
11}
12