Home | History | Annotate | Download | only in audio-resampler
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_SRC_FILES := \
      6     AudioResamplerCoefficients.cpp
      7 
      8 LOCAL_MODULE := libaudio-resampler
      9 
     10 LOCAL_MODULE_TAGS := optional
     11 
     12 LOCAL_SHARED_LIBRARIES  := libutils liblog
     13 
     14 include $(BUILD_SHARED_LIBRARY)
     15