Update NFC VTS configs to reflect new source paths

Specify the new locations of NFC source code for use when
displaying coverage results.

Test: pass
Change-Id: I32d9b2e58ded1be3739e3cc24cf17c519a6a1d94
(cherry picked from commit ea4f71faba)
This commit is contained in:
Ryan Campbell
2016-11-30 17:29:21 -08:00
committed by Ruchi Kandoi
parent 4fbf78481e
commit 99f201ac11
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"passthrough_mode": True,
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
"git_project_path": "external/libnfc-nci",
"git_project_name": "platform/external/libnfc-nci"
"git_project_path": "system/nfc",
"git_project_name": "platform/system/nfc"
}

View File

@@ -1,5 +1,5 @@
{
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
"git_project_path": "external/libnfc-nci",
"git_project_name": "platform/external/libnfc-nci"
}
"git_project_path": "system/nfc",
"git_project_name": "platform/system/nfc"
}