summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarleyXu <30849637+BarleyXu@users.noreply.github.com>2023-03-03 20:08:58 +0800
committerGitHub <noreply@github.com>2023-03-03 12:08:58 +0000
commitfc73f40fa1501dc53210c63cb7c0d7623d106370 (patch)
treebb5b0b24cbcf9d4f82667cf26067b3eeed286788
parentb9e1b76b3ed88b3eb6f5f0a2b5f2c4856016f972 (diff)
downloadvSomeIP-fc73f40fa1501dc53210c63cb7c0d7623d106370.tar.gz
fix Android.bp error (#413)
Co-authored-by: xavier.xu <xavier.xu@batechworks.com>
-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",
],
}