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

Commit a14d6fda authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 821620f5: am c796ed97: We need libcutils to include liblog

* commit '821620f5':
  We need libcutils to include liblog
parents bc7494fb 821620f5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -146,7 +146,9 @@ include $(BUILD_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := libcutils
LOCAL_WHOLE_STATIC_LIBRARIES := libcutils
# TODO: remove liblog as whole static library, once we don't have prebuilt that requires
# liblog symbols present in libcutils.
LOCAL_WHOLE_STATIC_LIBRARIES := libcutils liblog
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_CFLAGS += $(targetSmpFlag)
LOCAL_C_INCLUDES := $(libcutils_c_includes)