remove NFC vts files from vts
being moved to hardware/interfaces
Test: ./create-image-angler_treble.sh
Change-Id: I22e371d7501fa950250753473fe5e8a26122c233
diff --git a/setup.sh b/setup.sh
index de992bc..2227266 100755
--- a/setup.sh
+++ b/setup.sh
@@ -58,9 +58,9 @@
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_conventional/WifiHalV1.vts /data/local/tmp/spec/WifiHalV1.vts
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_conventional/BluetoothHalV1.vts /data/local/tmp/spec/BluetoothHalV1.vts
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_conventional/BluetoothHalV1bt_interface_t.vts /data/local/tmp/spec/BluetoothHalV1bt_interface_t.vts
- adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_hidl/Nfc/Nfc.vts /data/local/tmp/spec/Nfc.vts
- adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_hidl/Nfc/NfcClientCallback.vts /data/local/tmp/spec/NfcClientCallback.vts
- adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal_hidl/Nfc/types.vts /data/local/tmp/spec/types.vts
+ adb push ${ANDROID_BUILD_TOP}/hardware/interfaces/nfc/1.0/vts/Nfc.vts /data/local/tmp/spec/Nfc.vts
+ adb push ${ANDROID_BUILD_TOP}/hardware/interfaces/nfc/1.0/vts/NfcClientCallback.vts /data/local/tmp/spec/NfcClientCallback.vts
+ adb push ${ANDROID_BUILD_TOP}/hardware/interfaces/nfc/1.0/vts/types.vts /data/local/tmp/spec/types.vts
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/lib_bionic/libmV1.vts /data/local/tmp/spec/libmV1.vts
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/lib_bionic/libcV1.vts /data/local/tmp/spec/libcV1.vts
adb push ${ANDROID_BUILD_TOP}/test/vts/specification/lib_bionic/libcutilsV1.vts /data/local/tmp/spec/libcutilsV1.vts