summaryrefslogtreecommitdiffstats
path: root/nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp')
-rwxr-xr-xnxp/jni/com_android_nfc_NativeNfcSecureElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp b/nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp
index bf0bffc..bb1bb2a 100755
--- a/nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp
+++ b/nxp/jni/com_android_nfc_NativeNfcSecureElement.cpp
@@ -763,7 +763,7 @@ static JNINativeMethod gMethods[] =
int register_com_android_nfc_NativeNfcSecureElement(JNIEnv *e)
{
return jniRegisterNativeMethods(e,
- "com/android/nfc/nxp/NativeNfcSecureElement",
+ "com/android/nfc/dhimpl/NativeNfcSecureElement",
gMethods, NELEM(gMethods));
}