summaryrefslogtreecommitdiffstats
path: root/tools/resampler_tools/Android.mk
blob: 0c6aa4760e9f7e6e64d13d3d998faf6b44817ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2005 Google Inc. All Rights Reserved.
#
# Android.mk for resampler_tools 
#


LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	fir.cpp

LOCAL_MODULE := fir

include $(BUILD_HOST_EXECUTABLE)