Build error when enable CC_TEXTURE_ATLAS_USE_VAO on android

I want to use VAO on android,but when i enable CC_TEXTURE_ATLAS_USE_VAO and run build_native.sh
i got an error message :
“…/cocos2dx/platform/android/CCEGLView.cpp:50: error: undefined reference to ‘eglGetProcAddress’”

my android-target is 10 and i can find “eglGetProcAddress” in egl.h

how can i do with this ?