Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34d85c5e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am f82e7411: Make a liblog.so for the host too.

* commit 'f82e7411':
  Make a liblog.so for the host too.
parents e8b2e618 f82e7411
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ endif
liblog_host_sources := $(liblog_sources) fake_log_device.c


# Static library for host
# Shared and static library for host
# ========================================================
LOCAL_MODULE := liblog
LOCAL_SRC_FILES := $(liblog_host_sources)
@@ -49,6 +49,11 @@ LOCAL_LDLIBS := -lpthread
LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1
include $(BUILD_HOST_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := liblog
LOCAL_WHOLE_STATIC_LIBRARIES := liblog
include $(BUILD_HOST_SHARED_LIBRARY)


# Static library for host, 64-bit
# ========================================================