summaryrefslogtreecommitdiff
path: root/utils/Android.mk
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2012-11-08 11:41:43 -0800
committerTushar Janefalkar <tusharj@codeaurora.org>2012-11-12 10:28:15 -0800
commit63c5ac48c7d0b9245abd1a5e3ab45c3f331655d5 (patch)
tree5648401029edda62c57d3a2d9ffcb1d4055ef25d /utils/Android.mk
parent686cee4f8afdd7350063e528aaa4ecb85af8641a (diff)
downloadgps-63c5ac48c7d0b9245abd1a5e3ab45c3f331655d5.tar.gz
Utility to identify target HW
Earlier this identification was done in loc.cpp This change moves that to a separate utility. Also included is a change to not return a handle to the GPS interface if the target is found to be MPQ8064. CRs-Fixed: 418009 Change-Id: I98d5619d2e6e63711a9b56f0af2b3ddd27372871
Diffstat (limited to 'utils/Android.mk')
-rw-r--r--utils/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/Android.mk b/utils/Android.mk
index 4bf0401..7dc1799 100644
--- a/utils/Android.mk
+++ b/utils/Android.mk
@@ -15,7 +15,8 @@ LOCAL_SRC_FILES += \
loc_log.cpp \
loc_cfg.cpp \
msg_q.c \
- linked_list.c
+ linked_list.c \
+ loc_target.cpp
LOCAL_CFLAGS += \
-fno-short-enums \
@@ -32,7 +33,8 @@ LOCAL_COPY_HEADERS:= \
loc_cfg.h \
log_util.h \
linked_list.h \
- msg_q.h
+ msg_q.h \
+ loc_target.h
LOCAL_MODULE := libgps.utils