blob: 180d050dc1ed2fd47c4399f9cbd93d567e24ff3f [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
ifeq ($(AUDIO_FEATURE_AGM_USES_SW_BINDER), true)
include $(call all-makefiles-under, $(LOCAL_PATH)/SwBinders)
else
include $(call all-named-subdir-makefiles, HwBinders)
endif