Home | History | Annotate | Download | only in media_resource_manager
      1 
      2 LOCAL_PATH:= $(call my-dir)
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_COPY_HEADERS_TO := media_resource_manager
      6 LOCAL_COPY_HEADERS := \
      7     arbitrator/MediaResourceArbitrator.h \
      8     omx_adaptor/OMX_adaptor.h
      9 
     10 include $(BUILD_COPY_HEADERS)
     11 
     12 include $(CLEAR_VARS)
     13 MEDIA_RESOURCE_MANAGER_ROOT := $(LOCAL_PATH)
     14 
     15 include $(CLEAR_VARS)
     16 include $(call all-makefiles-under,$(LOCAL_PATH))
     17