Skip to content

Commit

Permalink
Merge pull request #19 from phongt/fix_typo_android.bp
Browse files Browse the repository at this point in the history
Android.bp: fix typo of libvsomeip dependency
  • Loading branch information
lutzbichler authored Nov 13, 2021
2 parents bca3433 + 3e901cc commit 29cb5c8
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 29cb5c8

Please sign in to comment.