summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files 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",
],
}