Skip to content

Commit

Permalink
Android.bp: fix typo of libvsomeip dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Phong Tran <[email protected]>
  • Loading branch information
phongt committed Feb 21, 2021
1 parent 0ad2bdc commit 3e901cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cc_library_shared {
],
shared_libs: [
"libCommonAPI",
"libvsomeip"
"libvsomeip3"
],
rtti: true
}

0 comments on commit 3e901cc

Please sign in to comment.