summaryrefslogtreecommitdiffstats
path: root/tools/resampler_tools/Android.mk
diff options
context:
space:
mode:
authorDave Bort <dbort@google.com>2008-01-18 14:51:05 -0800
committerGlenn Kasten <gkasten@google.com>2012-10-17 11:24:36 -0700
commit8cb08825a7ca647d5c8f4c7a38a2d39392cae5c8 (patch)
treebdd90fb53db174b2cec9cb62d1eb76f7d6aad9e1 /tools/resampler_tools/Android.mk
parent819261a22b2d02c6db1c2a9569bca73704f5ba86 (diff)
downloadframeworks_av-8cb08825a7ca647d5c8f4c7a38a2d39392cae5c8.zip
frameworks_av-8cb08825a7ca647d5c8f4c7a38a2d39392cae5c8.tar.gz
frameworks_av-8cb08825a7ca647d5c8f4c7a38a2d39392cae5c8.tar.bz2
Rename "Makefile" to "Android.mk" throughout the tree.
For <http://b/issue?id=960416>. I've tested this as much as I can, but 1500 open files = easy to mess things up. Please let me know if there's a problem rather than rolling back this change. PRESUBMIT=passed BUG=960416 TBR=joeo OCL=46537 Change-Id: I5a404caf0f398a7afa7ae7abaf2f2a1c6ab490eb Signed-off-by: Glenn Kasten <gkasten@google.com>
Diffstat (limited to 'tools/resampler_tools/Android.mk')
-rw-r--r--tools/resampler_tools/Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/resampler_tools/Android.mk b/tools/resampler_tools/Android.mk
new file mode 100644
index 0000000..0c6aa47
--- /dev/null
+++ b/tools/resampler_tools/Android.mk
@@ -0,0 +1,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)
+
+