Merge "logd: Always build logd"

This commit is contained in:
Mark Salyzyn 2014-02-28 23:44:17 +00:00 committed by Gerrit Code Review
commit 1a1c42fda7

View file

@ -1,5 +1,3 @@
ifeq ($(TARGET_USES_LOGD),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@ -25,5 +23,3 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
endif # TARGET_USES_LOGD