summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorAndroid Code Review <code-review@android.com>2009-11-08 14:17:01 -0800
committerAndroid Code Review <code-review@android.com>2009-11-08 14:17:01 -0800
commit61a147e3a6b3e33567fc95f8f13abee7d9cb8a5d (patch)
tree726fa88f111e38206366471988cf640a8dc7aff4 /buildspec.mk.default
parentceb18f8923ca85203094b2b0702f5d81c0622c46 (diff)
parent7d3d4a5af145099843a88674889da336f4291c5b (diff)
downloadbuild-61a147e3a6b3e33567fc95f8f13abee7d9cb8a5d.zip
build-61a147e3a6b3e33567fc95f8f13abee7d9cb8a5d.tar.gz
build-61a147e3a6b3e33567fc95f8f13abee7d9cb8a5d.tar.bz2
Merge change I6d9c9295
* changes: Added a default to specify an alternative tool chain prefix if needed.
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default
index 861bb0d..659b9f6 100644
--- a/buildspec.mk.default
+++ b/buildspec.mk.default
@@ -44,6 +44,9 @@ endif
# will be added to LOCAL_CFLAGS when building the module.
#DEBUG_MODULE_ModuleName:=true
+# Specify an alternative tool chain prefix if needed.
+#TARGET_TOOLS_PREFIX:=
+
# Specify the extra CFLAGS to use when building a module whose
# DEBUG_MODULE_ variable is set. Host and device flags are handled
# separately.