Update NFC VTS configs to reflect new source paths am: 99f201ac11 am: 04bc441250

am: e05f0b79f9

Change-Id: Ica47750d4174d61a937f3af16d72468fb9603e20
This commit is contained in:
Ryan Campbell 2017-01-12 23:28:25 +00:00 committed by android-build-merger
commit 0276d88dda
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"
}