summaryrefslogtreecommitdiffstats
path: root/services/mediaresourcemanager/Android.mk
blob: 84218cfd44f23fe48f648347d4cdb4b109585ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := ResourceManagerService.cpp

LOCAL_SHARED_LIBRARIES := libmedia libstagefright libbinder libutils liblog

LOCAL_MODULE:= libresourcemanagerservice

LOCAL_32_BIT_ONLY := true

LOCAL_C_INCLUDES += \
    $(TOPDIR)frameworks/av/include

include $(BUILD_SHARED_LIBRARY)

include $(call all-makefiles-under,$(LOCAL_PATH))