Skip to content

Commit b4871e5

Browse files
authored
[DOC][ANDROID] Correct android abi setting description (openvinotoolkit#25805)
Small correct
1 parent 6a54273 commit b4871e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/dev/build_android.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ _For Windows and Mac operating systems, the downloading and unpacking steps are
3737

3838
### Set the environment variables for building
3939
```sh
40+
# If you have no android devices please set CURRENT_ANDROID_ABI according to your preferences e.g. export CURRENT_ANDROID_ABI=arm64-v8a
4041
export CURRENT_ANDROID_ABI=`$ANDROID_TOOLS_PATH/adb shell getprop ro.product.cpu.abi`
4142
export CURRENT_ANDROID_PLATFORM=30
4243
export CURRENT_ANDROID_STL=c++_shared

0 commit comments

Comments
 (0)