Skip to content

Commit

Permalink
[DOC][ANDROID] Correct android abi setting description (openvinotoolk…
Browse files Browse the repository at this point in the history
…it#25805)

Small correct
  • Loading branch information
allnes authored Jul 31, 2024
1 parent 6a54273 commit b4871e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/build_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ _For Windows and Mac operating systems, the downloading and unpacking steps are

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

0 comments on commit b4871e5

Please sign in to comment.