diff options
author | Dave Bort <dbort@google.com> | 2007-11-13 01:30:32 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-10-17 11:24:34 -0700 |
commit | 819261a22b2d02c6db1c2a9569bca73704f5ba86 (patch) | |
tree | b23586c61acbc82514c83c7821c3d467f4cb12c1 /tools/resampler_tools | |
parent | 4b61366dedf8536679083004ce0b6ac2b7e52fc2 (diff) | |
download | frameworks_av-819261a22b2d02c6db1c2a9569bca73704f5ba86.zip frameworks_av-819261a22b2d02c6db1c2a9569bca73704f5ba86.tar.gz frameworks_av-819261a22b2d02c6db1c2a9569bca73704f5ba86.tar.bz2 |
Rename "TARGET" to "MODULE" in the build system.
Part one of the grand renaming.
API_CHANGE: Third parties may need to update their makefiles.
Any variables with "LOCAL" and "TARGET" in their names
should now use "MODULE" instead of "TARGET"; e.g., LOCAL_MODULE,
LOCAL_MODULE_TAGS.
PRESUBMIT=passed
OCL=39840
Change-Id: Ica9a7937d3d9552ab84db46ac6eea8a290e404fe
Signed-off-by: Glenn Kasten <gkasten@google.com>
Diffstat (limited to 'tools/resampler_tools')
-rw-r--r-- | tools/resampler_tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/Makefile b/tools/resampler_tools/Makefile index 28bd993..40f7a67 100644 --- a/tools/resampler_tools/Makefile +++ b/tools/resampler_tools/Makefile @@ -10,7 +10,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ fir.cpp -LOCAL_TARGET := fir +LOCAL_MODULE := fir include $(BUILD_HOST_EXECUTABLE) |