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.bp15
1 files changed, 4 insertions, 11 deletions
diff --git a/examples/hello_world/Android.bp b/examples/hello_world/Android.bp
index c7819c4..c095dc1 100644
--- a/examples/hello_world/Android.bp
+++ b/examples/hello_world/Android.bp
@@ -3,15 +3,15 @@ cc_defaults {
vendor: true,
cppflags: [
- "-std=c++11",
+ "-std=c++14",
"-Wno-unused-parameter",
],
shared_libs: [
"libvsomeip3",
- "libvsomeip3-cfg",
- "libvsomeip3-e2e",
- "libvsomeip3-sd",
+ "libvsomeip_cfg",
+ "libvsomeip_e2e",
+ "libvsomeip_sd",
"liblog",
],
}
@@ -33,10 +33,3 @@ cc_binary {
"hello_world_client_main.cpp",
],
}
-
-prebuilt_etc {
- name: "helloworld-local.json",
- vendor: true,
- sub_dir: "vsomeip",
- src: "helloworld-local.json",
-}