Try to use system flatbuffers on Android (#17954)

This commit is contained in:
Ilya Lavrenov
2023-06-08 21:22:33 +04:00
committed by GitHub
parent e564c50d35
commit 2ff430fa80
3 changed files with 4 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ jobs:
-DENABLE_SYSTEM_PUGIXML=ON
-DENABLE_SYSTEM_SNAPPY=ON
-DENABLE_SYSTEM_TBB=ON
-DENABLE_SYSTEM_FLATBUFFERS=ON
-DENABLE_INTEL_GPU=ON
-DENABLE_TESTS=ON
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache

View File

@@ -164,7 +164,7 @@ ie_dependent_option (ENABLE_SYSTEM_TBB "Enables use of system TBB" ${ENABLE_SYS
ie_option (ENABLE_SYSTEM_PUGIXML "Enables use of system PugiXML" ${ENABLE_SYSTEM_PUGIXML_DEFAULT})
# the option is on by default, because we use only flatc compiler and don't use any libraries
ie_dependent_option(ENABLE_SYSTEM_FLATBUFFERS "Enables use of system flatbuffers" ON
"ENABLE_OV_TF_LITE_FRONTEND;NOT ANDROID" OFF)
"ENABLE_OV_TF_LITE_FRONTEND" OFF)
ie_dependent_option (ENABLE_SYSTEM_OPENCL "Enables use of system OpenCL" ${ENABLE_SYSTEM_LIBS_DEFAULT}
"ENABLE_INTEL_GPU" OFF)
# the option is turned off by default, because we compile our own static version of protobuf

View File

@@ -25,7 +25,7 @@
{
"name": "tbb",
"platform": "static | osx",
"version>=": "2021.9.0#1"
"version>=": "2021.9.0#2"
},
{
"name": "tbb",
@@ -34,7 +34,7 @@
],
"$TODO": "Remove condition for static once static tbbbind can work in oneTBB",
"platform": "!static & !osx",
"version>=": "2021.9.0#1"
"version>=": "2021.9.0#2"
},
{
"name": "xbyak",