summaryrefslogtreecommitdiff
path: root/utils/Android.mk
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2012-11-08 11:41:43 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-03-18 15:49:52 -0700
commit5049a4779793ac7c8eeed87114805fd63bf16ac9 (patch)
treec9d5fb6b5d37367872b49a13afaa7847812f3be1 /utils/Android.mk
parentdc72922169d42765ba420c79fe9e3f7fc4082d3e (diff)
downloadgps-5049a4779793ac7c8eeed87114805fd63bf16ac9.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. This change is a re-cherry-pick from change id - I98d5619d2e6e63711a9b56f0af2b3ddd27372871 Change-Id: I058d206c37245b44f1cf74d6065e7ce46f50baf7 CRs-Fixed: 418009
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