summaryrefslogtreecommitdiff
path: root/halimpl/utils/phNxpConfig.cpp
diff options
context:
space:
mode:
authornxf36763 <ashish.manohar@nxp.com>2020-02-24 13:07:30 +0530
committerSangeetha Agarwal <sangeetha.agarwal@nxp.com>2020-04-22 20:42:07 +0530
commit938a56e1e70a2dcbbd586a43e87e197eb0e95b1d (patch)
tree1c2d25c35a2f16958f98728cb2f0835c160136a3 /halimpl/utils/phNxpConfig.cpp
parent139da42a1b91d1be51c05a6f510603d1a20dcb0c (diff)
Treble naming convention correction for vendor persist property.
As we have upadted persist.nfc to persist.vendor.nfc in property_contexts file. So, Updating persist.nfc to persist.vendor.nfc.
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rwxr-xr-xhalimpl/utils/phNxpConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp
index 98690c1..aaa27ef 100755
--- a/halimpl/utils/phNxpConfig.cpp
+++ b/halimpl/utils/phNxpConfig.cpp
@@ -486,7 +486,7 @@ CNfcConfig& CNfcConfig::GetInstance() {
}
}
// update config file based on system property
- int len = property_get("persist.nfc.config_file_name", valueStr, "");
+ int len = property_get("persist.vendor.nfc.config_file_name", valueStr, "");
if (len > 0) {
config_file_name = config_file_name + "_" + valueStr + ".conf";