[CI][vulkan] android build abi x86 with USE_VULKAN (#39912)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/39912
Reland of https://github.com/pytorch/pytorch/pull/39767
What was wrong:
android_x86_32_vulkan job used the same docker image as android_x86_32
As a result vulkan job did commit and following android_gradle used libpytorch.so with USE_VULKAN, while vulkan wrapper was not added to the linking of libpytorch_jni
Fix: To commit to different docker images
```
elif [[ ${BUILD_ENVIRONMENT} == *"android-ndk-r19c-vulkan-x86_32"* ]]; then
export COMMIT_DOCKER_IMAGE=$output_image-android-vulkan-x86_32
```
Test Plan: Imported from OSS
Differential Revision: D22012951
Pulled By: IvanKobzarev
fbshipit-source-id: 27908f630e6ce3613679a50b4c10f8b246718894