How to configure a static library to the Android Cocos2d-X ?

Hi, all! I recently created a iOS & Android Game project using the Cocos2d-X, and I added a static library to the iOS project in Xcode, but the library can not be found by the `build_native.sh’ script. How to edit the `android.mk` file to configure static libraries for Android? Thanks in advance.