summaryrefslogtreecommitdiff
path: root/examples/hello_world/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/Android.bp')
-rw-r--r--examples/hello_world/Android.bp14
1 files changed, 8 insertions, 6 deletions
diff --git a/examples/hello_world/Android.bp b/examples/hello_world/Android.bp
index 7622f0c..c7819c4 100644
--- a/examples/hello_world/Android.bp
+++ b/examples/hello_world/Android.bp
@@ -8,10 +8,11 @@ cc_defaults {
],
shared_libs: [
- "libvsomeip",
- "libvsomeip_cfg",
- "libvsomeip_e2e",
- "libvsomeip_sd",
+ "libvsomeip3",
+ "libvsomeip3-cfg",
+ "libvsomeip3-e2e",
+ "libvsomeip3-sd",
+ "liblog",
],
}
@@ -20,7 +21,7 @@ cc_binary {
defaults: ["vsomeip_hello_world_defaults"],
srcs: [
- "hello_world_service.cpp",
+ "hello_world_service_main.cpp",
],
}
@@ -29,12 +30,13 @@ cc_binary {
defaults: ["vsomeip_hello_world_defaults"],
srcs: [
- "hello_world_client.cpp",
+ "hello_world_client_main.cpp",
],
}
prebuilt_etc {
name: "helloworld-local.json",
+ vendor: true,
sub_dir: "vsomeip",
src: "helloworld-local.json",
}