From 8cb08825a7ca647d5c8f4c7a38a2d39392cae5c8 Mon Sep 17 00:00:00 2001 From: Dave Bort Date: Fri, 18 Jan 2008 14:51:05 -0800 Subject: Rename "Makefile" to "Android.mk" throughout the tree. For . 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 --- tools/resampler_tools/Android.mk | 17 +++++++++++++++++ tools/resampler_tools/Makefile | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 tools/resampler_tools/Android.mk delete mode 100644 tools/resampler_tools/Makefile (limited to 'tools') 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) + + diff --git a/tools/resampler_tools/Makefile b/tools/resampler_tools/Makefile deleted file mode 100644 index 40f7a67..0000000 --- a/tools/resampler_tools/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2005 Google Inc. All Rights Reserved. -# -# Makefile for resampler_tools -# - - -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - fir.cpp - -LOCAL_MODULE := fir - -include $(BUILD_HOST_EXECUTABLE) - - -- cgit v1.1