Add vulkan support

Hii.
I built a project for android studio and tried to create a SDL window which works fine.
but now i am struggling to add vulkan in project
if i try to add -lvulkan in android.mk
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid -lvulkan
it gives error ld: error: unable to find library -lvulkan
i know its a easy process but i am struggling from past few days
Thanks in advance.