Skip to content

Commit 6973636

Browse files
author
xavier.xu
committed
fix Android.bp error
1 parent 44be74e commit 6973636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android.bp

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ cc_binary {
178178
defaults: ["vsomeip_example_defaults"],
179179

180180
srcs: [
181-
"examples/hello_world/hello_world_client.cpp",
181+
"examples/hello_world/hello_world_client_main.cpp",
182182
],
183183
}
184184

@@ -187,7 +187,7 @@ cc_binary {
187187
defaults: ["vsomeip_example_defaults"],
188188

189189
srcs: [
190-
"examples/hello_world/hello_world_service.cpp",
190+
"examples/hello_world/hello_world_service_main.cpp",
191191
],
192192
}
193193

0 commit comments

Comments
 (0)