From fc73f40fa1501dc53210c63cb7c0d7623d106370 Mon Sep 17 00:00:00 2001 From: BarleyXu <30849637+BarleyXu@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:08:58 +0800 Subject: fix Android.bp error (#413) Co-authored-by: xavier.xu --- Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index 95a3625..038c787 100644 --- a/Android.bp +++ b/Android.bp @@ -178,7 +178,7 @@ cc_binary { defaults: ["vsomeip_example_defaults"], srcs: [ - "examples/hello_world/hello_world_client.cpp", + "examples/hello_world/hello_world_client_main.cpp", ], } @@ -187,7 +187,7 @@ cc_binary { defaults: ["vsomeip_example_defaults"], srcs: [ - "examples/hello_world/hello_world_service.cpp", + "examples/hello_world/hello_world_service_main.cpp", ], } -- cgit v1.2.1