Skip to content

Commit

Permalink
raphael: Move libwatermark_shim to camera shim
Browse files Browse the repository at this point in the history
  • Loading branch information
kondors1995 authored and joeyhuab committed Nov 30, 2022
1 parent 84a0097 commit 7e5442b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions camera/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ cc_library_shared {
proprietary: true,
srcs: ["megvii_shim.cpp"],
}

cc_library_shared {
name: "libwatermark_shim",
srcs: ["libwatermark_shim.c"],
vendor: true,
}
File renamed without changes.
11 changes: 0 additions & 11 deletions libshim/Android.bp

This file was deleted.

0 comments on commit 7e5442b

Please sign in to comment.