summaryrefslogtreecommitdiff
path: root/core/Android.mk
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2014-08-26 10:00:44 -0700
committerDante Russo <drusso@codeaurora.org>2014-08-27 12:27:58 -0700
commit06ccada997650f207a206fd4e2f96c362d0663f0 (patch)
tree02edef68c89be13d0ebd25b3b94c173c5bec981e /core/Android.mk
parent2f1653763db3d1ee6c4e6e3a8d1f86459a0845f7 (diff)
downloadgps-06ccada997650f207a206fd4e2f96c362d0663f0.tar.gz
add support for apq8026_lw
LW gets a stripped down feature set Change-Id: If46a2e369e8bc8adb33629a0d0bccffb60da9d10
Diffstat (limited to 'core/Android.mk')
-rw-r--r--core/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Android.mk b/core/Android.mk
index 3e2b2eb..e076dcc 100644
--- a/core/Android.mk
+++ b/core/Android.mk
@@ -10,6 +10,10 @@ LOCAL_MODULE_OWNER := qcom
LOCAL_MODULE_TAGS := optional
+ifeq ($(TARGET_DEVICE),apq8026_lw)
+LOCAL_CFLAGS += -DPDK_FEATURE_SET
+endif
+
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils \