diff --git a/.ci/azure/android_arm64.yml b/.ci/azure/android_arm64.yml index 8f639c7e119..f9c11638a81 100644 --- a/.ci/azure/android_arm64.yml +++ b/.ci/azure/android_arm64.yml @@ -164,6 +164,7 @@ jobs: -DENABLE_SYSTEM_PROTOBUF=ON -DENABLE_SYSTEM_PUGIXML=ON -DENABLE_SYSTEM_SNAPPY=ON + -DENABLE_SYSTEM_TBB=ON -DENABLE_INTEL_GPU=ON -DENABLE_TESTS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache diff --git a/vcpkg.json b/vcpkg.json index 617b3f1a790..2e777b6fb12 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/openvinotoolkit/openvino", "documentation": "https://docs.openvino.ai/latest/index.html", "license": "Apache-2.0", - "builtin-baseline": "838af19556a975f1755918a360b5f83909857f11", + "builtin-baseline": "cc968d00bd7b67aa5d0f6b673c1f9da215d644f8", "dependencies": [ "ade", { @@ -24,8 +24,7 @@ "pugixml", { "name": "tbb", - "$TODO": "Remove condition for Android once it's enabled", - "platform": "(static | osx) & !android", + "platform": "static | osx", "version>=": "2021.9.0#1" }, {