Lines Matching refs:liblog
84 # hack modules that use those other libs to also include liblog.
85 # All of this complexity is to make sure that liblog only appears
88 # TODO: remove this hack and change all modules to use liblog
90 define insert-liblog
91 $(if $(filter liblog,$(1)),$(1), \
93 $(patsubst libcutils,liblog libcutils,$(1)) \
95 $(patsubst libutils,liblog libutils,$(1)) \
100 LOCAL_SHARED_LIBRARIES := $(call insert-liblog,$(LOCAL_SHARED_LIBRARIES))
103 LOCAL_STATIC_LIBRARIES := $(call insert-liblog,$(LOCAL_STATIC_LIBRARIES))
106 LOCAL_WHOLE_STATIC_LIBRARIES := $(call insert-liblog,$(LOCAL_WHOLE_STATIC_LIBRARIES))