aboutsummaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-09-27 03:01:28 -0700
committerdd3boh <dade.garberi@gmail.com>2017-09-07 13:41:55 +0200
commit443e1c0f258af3f8fc19011570aa7950f62ec507 (patch)
tree19ed8bdc9449ebc6acac09c2107db9a241b1fcac /gps
parent1e612befb31a3a4d8c24257392eaaa6557e66edc (diff)
Add missing liblog dependency
Bug: http://b/31289077 Bug: http://b/27171986 Test: remove liblog from libcutils and recompile Change-Id: Icd2f1ae735e263296a5c6705c7b528b00aa1a94a (cherry picked from commit 532f3378c214c3134afcb5bcc7c19ce047ec02ac)
Diffstat (limited to 'gps')
-rw-r--r--gps/core/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps/core/Android.mk b/gps/core/Android.mk
index 326c6b9..d1452ab 100644
--- a/gps/core/Android.mk
+++ b/gps/core/Android.mk
@@ -14,6 +14,7 @@ LOCAL_CFLAGS += -DPDK_FEATURE_SET
endif
LOCAL_SHARED_LIBRARIES := \
+ liblog \
libutils \
libcutils \
libgps.utils \