Home | History | Annotate | Download | only in resampler_tools
      1 # Copyright 2005 The Android Open Source Project
      2 #
      3 # Android.mk for resampler_tools 
      4 #
      5 
      6 
      7 LOCAL_PATH:= $(call my-dir)
      8 include $(CLEAR_VARS)
      9 
     10 LOCAL_SRC_FILES := \
     11 	fir.cpp
     12 
     13 LOCAL_MODULE := fir
     14 
     15 include $(BUILD_HOST_EXECUTABLE)
     16 
     17 
     18