blob: 7549359eb7399b764115eea5ceba94c0881698e0 [file] [log] [blame]
Dan Willemsen22ad7fc2019-05-08 13:27:42 -07001// Copyright 2005 The Android Open Source Project
2//
3// Android.mk for resampler_tools
4//
5
6cc_binary_host {
7 name: "fir",
8
9 srcs: ["fir.cpp"],
10
11 cflags: [
12 "-Werror",
13 "-Wall",
14 ],
15}