Add missing liblog dependency

Bug: http://b/31289077
Bug: http://b/27171986
Test: remove liblog from libcutils and recompile
Change-Id: Ia8cb824c90e769df721761bb0ca407863276b4d1
diff --git a/Android.mk b/Android.mk
index c16a56e..3891ce6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -544,6 +544,7 @@
 LOCAL_STATIC_LIBRARIES += \
     $(ue_common_shared_libraries) \
     libcutils \
+    liblog \
     $(ue_libpayload_consumer_exported_shared_libraries:-host=) \
     $(ue_update_metadata_protos_exported_shared_libraries) \
     libevent \