summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-05-08 11:03:26 -0700
committerBrian Carlstrom <bdc@google.com>2013-05-22 10:49:57 -0700
commit6901768e3622049047e272f53a55263f238d9063 (patch)
tree62c47f85867794d2ca69dca0c4b7ce4bdd6ff0b8 /buildspec.mk.default
parentc573ab33626a40c7c276ce75ca53fd5f41a2440b (diff)
downloadbuild-6901768e3622049047e272f53a55263f238d9063.zip
build-6901768e3622049047e272f53a55263f238d9063.tar.gz
build-6901768e3622049047e272f53a55263f238d9063.tar.bz2
Add WITH_ART
(cherry picked from commit 6b7a0d2f1ff90d24e3ade9ccf82a084f5f999c1f) Change-Id: If6e208f9fc859f31da2cd71fdc1ddbe1fc1ed7aa
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default
index 2f84016..397194c 100644
--- a/buildspec.mk.default
+++ b/buildspec.mk.default
@@ -104,6 +104,11 @@ ifndef ENABLE_SVG
#ENABLE_SVG:=false
endif
+# To enable ART define WITH_ART:=true
+ifndef WITH_ART
+#WITH_ART:=true
+endif
+
# when the build system changes such that this file must be updated, this
# variable will be changed. After you have modified this file with the new
# changes (see buildspec.mk.default), update this to the new value from