am d8b26d6c
: Merge "Add liblog" into jb-mr2-dev
* commit 'd8b26d6c424741dd09cf70ee88fd237807aaf301': Add liblog
This commit is contained in:
@ -7,6 +7,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
|
liblog \
|
||||||
libbinder \
|
libbinder \
|
||||||
libandroid_runtime
|
libandroid_runtime
|
||||||
|
|
||||||
@ -27,6 +28,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
|
liblog \
|
||||||
libbinder \
|
libbinder \
|
||||||
libandroid_runtime
|
libandroid_runtime
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
|
@ -7,7 +7,8 @@ LOCAL_SRC_FILES:= \
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
libsystem_server
|
libsystem_server \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
$(JNI_H_INCLUDE)
|
$(JNI_H_INCLUDE)
|
||||||
@ -17,4 +18,3 @@ LOCAL_MODULE:= system_server
|
|||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
include $(LOCAL_PATH)/library/Android.mk
|
include $(LOCAL_PATH)/library/Android.mk
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libinput \
|
libinput \
|
||||||
libutils \
|
libutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
libcutils
|
libcutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_MODULE:= libsystem_server
|
LOCAL_MODULE:= libsystem_server
|
||||||
|
|
||||||
|
@ -179,6 +179,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libandroidfw \
|
libandroidfw \
|
||||||
libexpat \
|
libexpat \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
|
@ -23,6 +23,7 @@ LOCAL_MODULE:= libdrmframework_jni
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libdrmframework \
|
libdrmframework \
|
||||||
|
liblog \
|
||||||
libutils \
|
libutils \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
@ -43,4 +44,3 @@ LOCAL_C_INCLUDES += \
|
|||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libnativehelper \
|
libnativehelper \
|
||||||
libRS \
|
libRS \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libskia \
|
libskia \
|
||||||
libutils \
|
libutils \
|
||||||
libui \
|
libui \
|
||||||
|
@ -58,7 +58,7 @@ ifeq ($(USE_OPENGL_RENDERER),true)
|
|||||||
|
|
||||||
LOCAL_CFLAGS += -DUSE_OPENGL_RENDERER -DGL_GLEXT_PROTOTYPES
|
LOCAL_CFLAGS += -DUSE_OPENGL_RENDERER -DGL_GLEXT_PROTOTYPES
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
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 := libhwui
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libmedia \
|
libmedia \
|
||||||
libskia \
|
libskia \
|
||||||
libui \
|
libui \
|
||||||
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libgui \
|
libgui \
|
||||||
libstagefright \
|
libstagefright \
|
||||||
|
@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
android_media_Visualizer.cpp
|
android_media_Visualizer.cpp
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
|
@ -52,6 +52,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libaudioutils \
|
libaudioutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libdl \
|
libdl \
|
||||||
libgui \
|
libgui \
|
||||||
libmedia \
|
libmedia \
|
||||||
|
@ -5,6 +5,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
android_media_SoundPool.cpp
|
android_media_SoundPool.cpp
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
|
@ -44,6 +44,7 @@ LOCAL_CFLAGS := $(LOCAL_DRM_CFLAG)
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libcrypto
|
libcrypto
|
||||||
|
|
||||||
LOCAL_MODULE := libdrm1
|
LOCAL_MODULE := libdrm1
|
||||||
@ -74,7 +75,8 @@ LOCAL_C_INCLUDES := \
|
|||||||
LOCAL_SHARED_LIBRARIES := libdrm1 \
|
LOCAL_SHARED_LIBRARIES := libdrm1 \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils
|
libcutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_MODULE := libdrm1_jni
|
LOCAL_MODULE := libdrm1_jni
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ LOCAL_SHARED_LIBRARIES := libstlport \
|
|||||||
libdl \
|
libdl \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
|
liblog \
|
||||||
libandroid \
|
libandroid \
|
||||||
libjnigraphics \
|
libjnigraphics \
|
||||||
libmedia
|
libmedia
|
||||||
@ -48,5 +49,3 @@ LOCAL_SHARED_LIBRARIES := libstlport \
|
|||||||
LOCAL_PRELINK_MODULE := false
|
LOCAL_PRELINK_MODULE := false
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,10 +46,8 @@ LOCAL_SRC_FILES += native/imageproc/brightness.c \
|
|||||||
native/imageproc/invert.c \
|
native/imageproc/invert.c \
|
||||||
native/imageproc/to_rgba.c
|
native/imageproc/to_rgba.c
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libutils libfilterfw
|
LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw
|
||||||
|
|
||||||
LOCAL_PRELINK_MODULE := false
|
LOCAL_PRELINK_MODULE := false
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libstagefright_foundation \
|
libstagefright_foundation \
|
||||||
libbinder \
|
libbinder \
|
||||||
libutils \
|
libutils \
|
||||||
|
liblog \
|
||||||
libjpeg
|
libjpeg
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
|
@ -20,7 +20,8 @@ LOCAL_SRC_FILES:= invoke_mock_media_player.cpp
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES:= \
|
LOCAL_SHARED_LIBRARIES:= \
|
||||||
libbinder \
|
libbinder \
|
||||||
libutils
|
libutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_MODULE:= invoke_mock_media_player
|
LOCAL_MODULE:= invoke_mock_media_player
|
||||||
LOCAL_MODULE_TAGS := tests eng
|
LOCAL_MODULE_TAGS := tests eng
|
||||||
|
@ -17,6 +17,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
storage_manager.cpp
|
storage_manager.cpp
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
|
@ -28,7 +28,8 @@ LOCAL_C_INCLUDES += \
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libutils
|
libutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libdiskusage
|
libdiskusage
|
||||||
|
@ -27,7 +27,8 @@ endif
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbinder \
|
libbinder \
|
||||||
libcommon_time_client \
|
libcommon_time_client \
|
||||||
libutils
|
libutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE := common_time
|
LOCAL_MODULE := common_time
|
||||||
|
@ -29,6 +29,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
libhardware \
|
libhardware \
|
||||||
|
@ -9,6 +9,7 @@ test_src_files := \
|
|||||||
|
|
||||||
shared_libraries := \
|
shared_libraries := \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
libhardware \
|
libhardware \
|
||||||
|
@ -32,6 +32,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libhardware \
|
libhardware \
|
||||||
libhardware_legacy \
|
libhardware_legacy \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
|
@ -39,14 +39,14 @@ LOCAL_C_INCLUDES += external/libpng
|
|||||||
LOCAL_C_INCLUDES += external/zlib
|
LOCAL_C_INCLUDES += external/zlib
|
||||||
LOCAL_C_INCLUDES += build/libs/host/include
|
LOCAL_C_INCLUDES += build/libs/host/include
|
||||||
|
|
||||||
#LOCAL_WHOLE_STATIC_LIBRARIES :=
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libhost \
|
libhost \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils \
|
||||||
libexpat \
|
libexpat \
|
||||||
libpng
|
libpng \
|
||||||
|
liblog
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -lrt -ldl -lpthread
|
LOCAL_LDLIBS += -lrt -ldl -lpthread
|
||||||
|
@ -20,7 +20,8 @@ LOCAL_CFLAGS := -Wall -Werror
|
|||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libcutils
|
libcutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -ldl -lpthread
|
LOCAL_LDLIBS += -ldl -lpthread
|
||||||
|
@ -20,7 +20,8 @@ LOCAL_CFLAGS := -Wall -Werror
|
|||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils
|
libcutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -ldl -lpthread
|
LOCAL_LDLIBS += -ldl -lpthread
|
||||||
|
Reference in New Issue
Block a user