summaryrefslogtreecommitdiff
path: root/core/SystemStatusOsObserver.cpp
diff options
context:
space:
mode:
authorMadhanraj Chelladurai <mchellad@codeaurora.org>2018-09-07 14:32:15 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-09-17 11:27:39 -0700
commit2ed4407e7c3e31801b55937008691a07908c4673 (patch)
treedc756ce872b357203f36efaa2e24500c457ca580 /core/SystemStatusOsObserver.cpp
parent4140f7235eb040601e7037891b7d26970b1e7535 (diff)
downloadgps-2ed4407e7c3e31801b55937008691a07908c4673.tar.gz
gps: use common compilation flag for the same functionality
modify the compilation flag to be in alignment with the location services library Change-Id: Ie65e6e803c50524c0913b1475edbf556a5b7f207 CRs-Fixed: 2299356
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 8127e86..9c65aad 100644
--- a/core/SystemStatusOsObserver.cpp
+++ b/core/SystemStatusOsObserver.cpp
@@ -448,7 +448,7 @@ void SystemStatusOsObserver::turnOff(DataItemId dit)
}
}
-#ifdef USE_GLIB
+#ifdef USE_QCMAP
bool SystemStatusOsObserver::connectBackhaul()
{
bool result = false;