This commit is contained in:
Juan David Adarve 2023-03-20 22:29:18 +02:00 committed by GitHub
commit b474e766dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ cc_library(
"//mediapipe:android": [ "//mediapipe:android": [
"//mediapipe/util/android/file/base", "//mediapipe/util/android/file/base",
"//mediapipe/util/android:asset_manager_util", "//mediapipe/util/android:asset_manager_util",
"//mediapipe/util/android:logging",
], ],
}) + select({ }) + select({
"//conditions:default": [ "//conditions:default": [

View File

@ -58,4 +58,5 @@ cc_library(
"-landroid", "-landroid",
"-llog", "-llog",
], ],
visibility = ["//visibility:public"],
) )