blob: bba5199da2b3f850dd24caa98f95407a27637af2 [file] [log] [blame]
Dan Bornstein4cb4f7c2008-10-03 10:34:57 -07001# Copyright 2005 The Android Open Source Project
Mathias Agopian4b8a3d82007-08-23 03:16:02 -07002#
Glenn Kastenc52fb032015-01-02 15:04:55 -08003# Android.mk for resampler_tools
Mathias Agopian4b8a3d82007-08-23 03:16:02 -07004#
5
6
7LOCAL_PATH:= $(call my-dir)
8include $(CLEAR_VARS)
9
10LOCAL_SRC_FILES := \
11 fir.cpp
12
Dave Bort819261a2007-11-13 01:30:32 -080013LOCAL_MODULE := fir
Mathias Agopian4b8a3d82007-08-23 03:16:02 -070014
Glenn Kastend7c29092016-03-30 15:13:26 +000015LOCAL_CFLAGS := -Werror -Wall
16
Mathias Agopian4b8a3d82007-08-23 03:16:02 -070017include $(BUILD_HOST_EXECUTABLE)