summaryrefslogtreecommitdiff
path: root/core/SystemStatusOsObserver.cpp
diff options
context:
space:
mode:
authorHarikrishnan Hariharan <hahariha@codeaurora.org>2019-09-01 10:52:23 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-07 06:18:44 -0700
commitf4dc944333c54a5455d17b6bd7c02d2ededb6e4a (patch)
treeddda79c0d20dbbab5058372b6e129dc8b2e93103 /core/SystemStatusOsObserver.cpp
parent1209591f9428c6777ad52461f901cb4c9351d5cd (diff)
downloadgps-f4dc944333c54a5455d17b6bd7c02d2ededb6e4a.tar.gz
Make use of USE_GLIB flags for LE related functions
We were making use of USE_QCMAP which was not defined in configure files. Change-Id: I12f823a79b0036502b832a3fb40a93828bde6f59 CRs-Fixed: 2521803
Diffstat (limited to 'core/SystemStatusOsObserver.cpp')
-rw-r--r--core/SystemStatusOsObserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SystemStatusOsObserver.cpp b/core/SystemStatusOsObserver.cpp
index 3fdb513..0427380 100644
--- a/core/SystemStatusOsObserver.cpp
+++ b/core/SystemStatusOsObserver.cpp
@@ -448,7 +448,7 @@ void SystemStatusOsObserver::turnOff(DataItemId dit)
}
}
-#ifdef USE_QCMAP
+#ifdef USE_GLIB
bool SystemStatusOsObserver::connectBackhaul()
{
bool result = false;