Skip to content

Commit

Permalink
fix Android.bp error (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: xavier.xu <[email protected]>
  • Loading branch information
BarleyXu and xavier.xu authored Mar 3, 2023
1 parent b9e1b76 commit fc73f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
}

Expand All @@ -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",
],
}

Expand Down

0 comments on commit fc73f40

Please sign in to comment.