summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/NfcService.java
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-07-24 20:54:28 -0700
committerMartijn Coenen <maco@google.com>2012-07-24 20:54:28 -0700
commitff94ceff4c2715134c85a84c75d47a5835f1a598 (patch)
tree1bce215539a0972c76a9ec5775c03ab168c3a890 /src/com/android/nfc/NfcService.java
parent26f6049196acaa9768ba6bdef343216ea878a4c1 (diff)
downloadpackages_apps_nfc-ff94ceff4c2715134c85a84c75d47a5835f1a598.zip
packages_apps_nfc-ff94ceff4c2715134c85a84c75d47a5835f1a598.tar.gz
packages_apps_nfc-ff94ceff4c2715134c85a84c75d47a5835f1a598.tar.bz2
Revert "Move NXP JNI and DeviceHost implementation into separate dir."
This reverts commit 26f6049196acaa9768ba6bdef343216ea878a4c1.
Diffstat (limited to 'src/com/android/nfc/NfcService.java')
-rwxr-xr-xsrc/com/android/nfc/NfcService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java
index 3e7a6b5..602b25d 100755
--- a/src/com/android/nfc/NfcService.java
+++ b/src/com/android/nfc/NfcService.java
@@ -23,8 +23,8 @@ import com.android.nfc.DeviceHost.LlcpSocket;
import com.android.nfc.DeviceHost.NfcDepEndpoint;
import com.android.nfc.DeviceHost.TagEndpoint;
import com.android.nfc.handover.HandoverManager;
-import com.android.nfc.dhimpl.NativeNfcManager;
-import com.android.nfc.dhimpl.NativeNfcSecureElement;
+import com.android.nfc.nxp.NativeNfcManager;
+import com.android.nfc.nxp.NativeNfcSecureElement;
import android.app.Application;
import android.app.KeyguardManager;