Programming Tips - What's an example Application.mk file look like?

Date: 2015sep2 OS: Android Q. What's an example Application.mk file look like? A. It lives in your <My App Home>/jni folder. And can simply look like this:
APP_STL := stlport_static
This lets you use the C++ standard template library