1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Copyright 2005 The Android Open Source Project # # 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)