diff options
author | Dimitry Ivanov <dimitry@google.com> | 2016-09-27 03:01:28 -0700 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 13:41:55 +0200 |
commit | 443e1c0f258af3f8fc19011570aa7950f62ec507 (patch) | |
tree | 19ed8bdc9449ebc6acac09c2107db9a241b1fcac | |
parent | 1e612befb31a3a4d8c24257392eaaa6557e66edc (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)
-rw-r--r-- | gps/core/Android.mk | 1 |
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 \ |