Include android log library as part of JNI framework lib.

This commit is contained in:
Juan David Adarve 2021-01-16 11:38:47 -05:00
parent a7225b938a
commit dfa1d6187e
2 changed files with 2 additions and 0 deletions

View File

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

View File

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