blob: 63d6110e04d0569229f0203c7dcd7e5402739ead [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
common/cras_audio_format.c \
common/cras_config.c \
common/cras_util.c \
common/edid_utils.c \
libcras/cras_client.c \
libcras/cras_helpers.c
LOCAL_SRC_FILES_arm := arm/shm.S
LOCAL_SHARED_LIBRARIES := \
libtinyalsa
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/common \
$(LOCAL_PATH)/libcras \
external/tinyalsa/include
LOCAL_MODULE := libcras
include $(BUILD_STATIC_LIBRARY)