blob: 0a1a97c46e7361a490ebadd00dd2f9d1b94f5045 [file] [log] [blame]
#include <jni.h>
extern "C" JNIEXPORT jstring JNICALL
Java_com_android_developer_ndkgdbsample_MainActivity_getHelloString(JNIEnv *env, jobject) {
return env->NewStringUTF("Hello, world!");
}