No public description
PiperOrigin-RevId: 572742286
This commit is contained in:
parent
a97eaad10f
commit
ac2d5cedbd
|
@ -483,9 +483,7 @@ cc_library(
|
|||
],
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/framework:android_no_jni": [],
|
||||
"//mediapipe:android": [
|
||||
"-landroid",
|
||||
],
|
||||
"//mediapipe:android": ["-landroid"],
|
||||
":android_link_native_window": [
|
||||
"-lnativewindow", # Provides <android/hardware_buffer.h> to vendor processes on Android API >= 26.
|
||||
],
|
||||
|
@ -503,6 +501,10 @@ cc_library(
|
|||
"//mediapipe/gpu:gl_base",
|
||||
"//mediapipe/gpu:gl_context",
|
||||
],
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe:android": [
|
||||
],
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user