Add libimagegenerator_gpu.so

PiperOrigin-RevId: 561800710
This commit is contained in:
Sebastian Schmidt
2023-08-31 17:10:00 -07:00
committed by Copybara-Service
parent 827c2983bd
commit 9bb852c33d
2 changed files with 19 additions and 6 deletions
@@ -12,10 +12,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load(
"//mediapipe/framework/tool:mediapipe_files.bzl",
"mediapipe_files",
)
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
mediapipe_files(srcs = ["libimagegenerator_gpu.so"])
# The native library of MediaPipe vision image generator tasks.
cc_binary(
name = "libmediapipe_tasks_vision_image_generator_jni.so",