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
This commit is contained in:
Shawn Pearce
2013-05-18 14:10:44 -07:00
parent cad2310922
commit 279e07de52
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
release = //:release
[buildfile]
includes = //lib/DEFS
includes = //tools/DEFS
[java]
src_roots = java, resources