ndk-build This will create a libs directory containing the built library.

LOCAL_MODULE := hello LOCAL_SRC_FILES := hello.c

#include <stdio.h>