Enable NPU plugin in Android#33729
Merged
PatrikStepan merged 3 commits intoopenvinotoolkit:masterfrom Jan 29, 2026
Merged
Conversation
pereanub
approved these changes
Jan 23, 2026
1ad433f to
1ab7b01
Compare
ENABLE_INTEL_NPU is set to ON by default in Android
Address invalid operand reported by compiler warning:
```
openvino/src/plugins/intel_npu/tests/functional/behavior/ov_plugin/core_integration.hpp:477:55: note: in instantiation of function template specialization 'testing::Message::operator<<<std::wstring>' requested here
477 | FAIL() << "Unable to copy from '" << libPath << "' to '" << libPathNew << "'";
| ^
android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/__ostream/basic_ostream.h:346:55: note: candidate function template not viable: no known conversion from 'const std::wstring' to 'char' for 2nd argument
346 | _LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>& operator<<(basic_ostream<_CharT, _Traits>& __os, char __cn) {
```
5bc61f8 to
a4b1d48
Compare
Contributor
|
build_jenkins |
Contributor
|
build_jenkins |
pereanub
approved these changes
Jan 29, 2026
PatrikStepan
approved these changes
Jan 29, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
### Details: - ENABLE_INTEL_NPU is set to ON by default in Android - Allow for crosscompilation of flatbuffer for NPU plugin ### Tickets: - CVS-175498
Merged
via the queue into
openvinotoolkit:master
with commit Jan 29, 2026
7d8b3a1
228 of 230 checks passed
Naseer-010
pushed a commit
to Naseer-010/openvino
that referenced
this pull request
Feb 18, 2026
### Details: - ENABLE_INTEL_NPU is set to ON by default in Android - Allow for crosscompilation of flatbuffer for NPU plugin ### Tickets: - CVS-175498
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
Tickets: