diff options
author | Tapas Dey <tdey@codeaurora.org> | 2020-05-11 20:18:34 +0530 |
---|---|---|
committer | Tapas Dey <tdey@codeaurora.org> | 2020-05-21 10:33:19 +0530 |
commit | aeba8ac2dac6c1f47153fbf9f920acfc3c5e36d0 (patch) | |
tree | 970291246ed3cca0891381de6cd0629d9772abad /halimpl/utils/phNxpConfig.cpp | |
parent | 8b2f27a98facd199c2f39aff526a3544a4b2cc45 (diff) |
NFC: Fix compilation issues
Modified code to fix build errors and
enabled 2.0 HIDL service for NFC.
Change-Id: Ib1b7a8e4a239dbcb8429cd105a3b66dda9e2494e
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rw-r--r-- | halimpl/utils/phNxpConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp index 8c57313..0eb62b1 100644 --- a/halimpl/utils/phNxpConfig.cpp +++ b/halimpl/utils/phNxpConfig.cpp @@ -182,7 +182,7 @@ using namespace ::std; namespace nxp { -void findConfigFilePathFromTransportConfigPaths(const string& configName, string& filePath); +bool findConfigFilePathFromTransportConfigPaths(const string& configName, string& filePath); class CNfcParam : public string { public: |