LOCAL_PATH:= $(call my-dir) # # libmediaplayerservice # include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ ActivityManager.cpp \ Crypto.cpp \ HDCP.cpp \ MediaPlayerFactory.cpp \ MediaPlayerService.cpp \ MediaRecorderClient.cpp \ MetadataRetrieverClient.cpp \ MidiFile.cpp \ MidiMetadataRetriever.cpp \ RemoteDisplay.cpp \ StagefrightPlayer.cpp \ StagefrightRecorder.cpp \ TestPlayerStub.cpp \ LOCAL_SHARED_LIBRARIES := \ libbinder \ libcamera_client \ libcutils \ libdl \ libgui \ libmedia \ libmedia_native \ libsonivox \ libstagefright \ libstagefright_foundation \ libstagefright_omx \ libstagefright_wfd \ libutils \ libdl \ libvorbisidec \ LOCAL_STATIC_LIBRARIES := \ libstagefright_nuplayer \ libstagefright_rtsp \ libmedia_helper \ LOCAL_C_INCLUDES := \ $(call include-path-for, graphics corecg) \ $(TOP)/frameworks/av/media/libstagefright/include \ $(TOP)/frameworks/av/include/media \ $(TOP)/frameworks/av/media/libstagefright/rtsp \ $(TOP)/frameworks/av/media/libstagefright/wifi-display \ $(TOP)/frameworks/native/include/media/openmax \ $(TOP)/external/tremolo/Tremolo ifeq ($(BOARD_USES_QCOM_HARDWARE),true) LOCAL_C_INCLUDES += \ $(TOP)/hardware/qcom/media/mm-core/inc endif LOCAL_MODULE:= libmediaplayerservice include $(BUILD_SHARED_LIBRARY) include $(call all-makefiles-under,$(LOCAL_PATH))