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

Commit 8ad94766 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Move IMediaLogService to libmedialogservice

So audioserver and libmedialogservice don't have to link against libmedia

Test: build/boot
Change-Id: I4040d9f6db59807c3fa56321d45fb6ab50fb5edb
parent 91590de5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ LOCAL_SHARED_LIBRARIES := \
	libbinder \
	libcutils \
	liblog \
	libmedia \
	libmedialogservice \
	libradioservice \
	libsoundtriggerservice \
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ LOCAL_SRC_FILES += \
    IMediaDrmService.cpp \
    IMediaHTTPConnection.cpp \
    IMediaHTTPService.cpp \
    IMediaLogService.cpp \
    IMediaExtractor.cpp           \
    IMediaExtractorService.cpp \
    IMediaPlayerService.cpp \
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ LOCAL_SRC_FILES:= \

LOCAL_C_INCLUDES := \
    $(TOPDIR)frameworks/av/services/audiopolicy \
    $(TOPDIR)frameworks/av/services/medialog \
    $(TOPDIR)external/sonic \
    $(call include-path-for, audio-utils)

@@ -49,6 +50,7 @@ LOCAL_SHARED_LIBRARIES := \
    liblog \
    libbinder \
    libmedia \
    libmedialogservice \
    libmediautils \
    libnbaio \
    libpowermanager \
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := MediaLogService.cpp
LOCAL_SRC_FILES := MediaLogService.cpp IMediaLogService.cpp

LOCAL_SHARED_LIBRARIES := libmedia libbinder libutils liblog libnbaio
LOCAL_SHARED_LIBRARIES := libbinder libutils liblog libnbaio

LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)