summaryrefslogtreecommitdiffstats
path: root/.buckconfig
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-18 14:10:44 -0700
committerShawn Pearce <sop@google.com>2013-05-18 14:10:44 -0700
commit279e07de520f929d019837891c91ac6e46f42160 (patch)
tree60113523fec980ace252ecf4a530306d7138ea78 /.buckconfig
parentcad231092292af222371b61d0c319ebb665e3012 (diff)
Move //lib/DEFS to //tools/DEFS
The macro rules this file defines have nothing to do with the third-party dependency libraries, but instead are global definitions used throughout the Gerrit build process. Most build tools are hidden under //tools, so move these definitions to that directory. Change-Id: I5e95d7cef734228ca818428a266afc0ac9fa0385
Diffstat (limited to '.buckconfig')
-rw-r--r--.buckconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buckconfig b/.buckconfig
index 7c3c02d8a5..2a96c741e2 100644
--- a/.buckconfig
+++ b/.buckconfig
@@ -8,7 +8,7 @@
release = //:release
[buildfile]
- includes = //lib/DEFS
+ includes = //tools/DEFS
[java]
src_roots = java, resources