summaryrefslogtreecommitdiff
path: root/media_resource_manager/arbitrator/Android.mk
blob: 9de52a528e20b455a8135cebda5424839769268a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
    MediaResourceArbitrator.cpp

LOCAL_SHARED_LIBRARIES := \
    liblog \
    libutils \
    libcutils \
    libexpat \
    libdl \


LOCAL_C_INCLUDES := \
    $(TARGET_OUT_HEADERS)/khronos/openmax \
    $(call include-path-for, frameworks-native)/media/openmax


LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libmrm_arbitrator

#LOCAL_CFLAGS += -Werror

include $(BUILD_SHARED_LIBRARY)