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

Commit 12dc4449 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move IMediaLogService to libmedialogservice"

parents a4e77422 4b21bd2d
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
@@ -22,7 +22,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
@@ -33,6 +33,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-effects) \
    $(call include-path-for, audio-utils)
@@ -46,6 +47,7 @@ LOCAL_SHARED_LIBRARIES := \
    liblog \
    libbinder \
    libmedia \
    libmedialogservice \
    libmediautils \
    libnbaio \
    libhardware \
+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)