Skip to content

Commit

Permalink
Add liblog
Browse files Browse the repository at this point in the history
Bug: 8580410
Change-Id: I746aa8258866508c3a725d0773faf4518096548f
  • Loading branch information
Ying Wang committed Apr 10, 2013
1 parent 9fa49cc commit d685894
Show file tree
Hide file tree
Showing 26 changed files with 40 additions and 21 deletions.
2 changes: 2 additions & 0 deletions cmds/app_process/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
liblog \
libbinder \
libandroid_runtime

Expand All @@ -27,6 +28,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
liblog \
libbinder \
libandroid_runtime

Expand Down
1 change: 1 addition & 0 deletions cmds/bootanimation/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES

LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog \
libandroidfw \
libutils \
libbinder \
Expand Down
4 changes: 2 additions & 2 deletions cmds/system_server/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libsystem_server
libsystem_server \
liblog

LOCAL_C_INCLUDES := \
$(JNI_H_INCLUDE)
Expand All @@ -17,4 +18,3 @@ LOCAL_MODULE:= system_server
include $(BUILD_EXECUTABLE)

include $(LOCAL_PATH)/library/Android.mk

5 changes: 3 additions & 2 deletions cmds/system_server/library/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \
libsensorservice \
libsurfaceflinger \
libinput \
libinput \
libutils \
libbinder \
libcutils
libcutils \
liblog

LOCAL_MODULE:= libsystem_server

Expand Down
1 change: 1 addition & 0 deletions core/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ LOCAL_SHARED_LIBRARIES := \
libandroidfw \
libexpat \
libnativehelper \
liblog \
libcutils \
libutils \
libbinder \
Expand Down
2 changes: 1 addition & 1 deletion drm/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ LOCAL_MODULE:= libdrmframework_jni

LOCAL_SHARED_LIBRARIES := \
libdrmframework \
liblog \
libutils \
libandroid_runtime \
libnativehelper \
Expand All @@ -43,4 +44,3 @@ LOCAL_C_INCLUDES += \
LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)

1 change: 1 addition & 0 deletions graphics/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
libnativehelper \
libRS \
libcutils \
liblog \
libskia \
libutils \
libui \
Expand Down
2 changes: 1 addition & 1 deletion libs/hwui/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ifeq ($(USE_OPENGL_RENDERER),true)

LOCAL_CFLAGS += -DUSE_OPENGL_RENDERER -DGL_GLEXT_PROTOTYPES
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_SHARED_LIBRARIES := libcutils libutils libGLESv2 libskia libui libRS libRScpp
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libGLESv2 libskia libui libRS libRScpp
LOCAL_MODULE := libhwui
LOCAL_MODULE_TAGS := optional

Expand Down
1 change: 1 addition & 0 deletions media/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LOCAL_SHARED_LIBRARIES := \
libmedia \
libskia \
libui \
liblog \
libcutils \
libgui \
libstagefright \
Expand Down
1 change: 1 addition & 0 deletions media/jni/audioeffect/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= \
android_media_Visualizer.cpp

LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \
libutils \
libandroid_runtime \
Expand Down
1 change: 1 addition & 0 deletions media/jni/mediaeditor/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ LOCAL_SHARED_LIBRARIES := \
libaudioutils \
libbinder \
libcutils \
liblog \
libdl \
libgui \
libmedia \
Expand Down
1 change: 1 addition & 0 deletions media/jni/soundpool/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LOCAL_SRC_FILES:= \
android_media_SoundPool.cpp

LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \
libutils \
libandroid_runtime \
Expand Down
6 changes: 4 additions & 2 deletions media/libdrm/mobile1/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ LOCAL_CFLAGS := $(LOCAL_DRM_CFLAG)
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils \
liblog \
libcrypto

LOCAL_MODULE := libdrm1
Expand All @@ -69,12 +70,13 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include/parser \
$(JNI_H_INCLUDE) \
$(call include-path-for, system-core)/cutils


LOCAL_SHARED_LIBRARIES := libdrm1 \
libnativehelper \
libutils \
libcutils
libcutils \
liblog

LOCAL_MODULE := libdrm1_jni

Expand Down
3 changes: 1 addition & 2 deletions media/mca/filterfw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ LOCAL_SHARED_LIBRARIES := libstlport \
libdl \
libcutils \
libutils \
liblog \
libandroid \
libjnigraphics \
libmedia
Expand All @@ -48,5 +49,3 @@ LOCAL_SHARED_LIBRARIES := libstlport \
LOCAL_PRELINK_MODULE := false

include $(BUILD_SHARED_LIBRARY)


4 changes: 1 addition & 3 deletions media/mca/filterpacks/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ LOCAL_SRC_FILES += native/imageproc/brightness.c \
native/imageproc/invert.c \
native/imageproc/to_rgba.c

LOCAL_SHARED_LIBRARIES := libutils libfilterfw
LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw

LOCAL_PRELINK_MODULE := false

include $(BUILD_SHARED_LIBRARY)


1 change: 1 addition & 0 deletions media/tests/omxjpegdecoder/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright_foundation \
libbinder \
libutils \
liblog \
libjpeg

LOCAL_C_INCLUDES := \
Expand Down
3 changes: 2 additions & 1 deletion media/tests/players/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ LOCAL_SRC_FILES:= invoke_mock_media_player.cpp

LOCAL_SHARED_LIBRARIES:= \
libbinder \
libutils
libutils \
liblog

LOCAL_MODULE:= invoke_mock_media_player
LOCAL_MODULE_TAGS := tests eng
Expand Down
1 change: 1 addition & 0 deletions native/android/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LOCAL_SRC_FILES:= \
storage_manager.cpp

LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \
libandroidfw \
libutils \
Expand Down
5 changes: 3 additions & 2 deletions packages/DefaultContainerService/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ LOCAL_C_INCLUDES += \

LOCAL_SHARED_LIBRARIES := \
libnativehelper \
libutils
libutils \
liblog

LOCAL_STATIC_LIBRARIES := \
libdiskusage

LOCAL_MODULE := libdefcontainer_jni
LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)
3 changes: 2 additions & 1 deletion services/common_time/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ endif
LOCAL_SHARED_LIBRARIES := \
libbinder \
libcommon_time_client \
libutils
libutils \
liblog

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := common_time
Expand Down
1 change: 1 addition & 0 deletions services/input/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ LOCAL_SRC_FILES:= \

LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog \
libandroidfw \
libutils \
libhardware \
Expand Down
1 change: 1 addition & 0 deletions services/input/tests/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ test_src_files := \

shared_libraries := \
libcutils \
liblog \
libandroidfw \
libutils \
libhardware \
Expand Down
1 change: 1 addition & 0 deletions services/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \
libandroidfw \
libcutils \
liblog \
libhardware \
libhardware_legacy \
libnativehelper \
Expand Down
4 changes: 2 additions & 2 deletions tools/aapt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ LOCAL_C_INCLUDES += external/libpng
LOCAL_C_INCLUDES += external/zlib
LOCAL_C_INCLUDES += build/libs/host/include

#LOCAL_WHOLE_STATIC_LIBRARIES :=
LOCAL_STATIC_LIBRARIES := \
libhost \
libandroidfw \
libutils \
libcutils \
libexpat \
libpng
libpng \
liblog

ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt -ldl -lpthread
Expand Down
3 changes: 2 additions & 1 deletion tools/obbtool/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ LOCAL_CFLAGS := -Wall -Werror
LOCAL_STATIC_LIBRARIES := \
libutils \
libandroidfw \
libcutils
libcutils \
liblog

ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -ldl -lpthread
Expand Down
3 changes: 2 additions & 1 deletion tools/validatekeymaps/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ LOCAL_CFLAGS := -Wall -Werror
LOCAL_STATIC_LIBRARIES := \
libandroidfw \
libutils \
libcutils
libcutils \
liblog

ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -ldl -lpthread
Expand Down

0 comments on commit d685894

Please sign in to comment.