aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
diff options
context:
space:
mode:
authorGravatar Alex Humesky <ahumesky@google.com>2015-10-26 16:28:07 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-10-27 11:48:15 +0000
commitb0d7a7df0b3af5b538fe8baf196d5e9ea861f6c1 (patch)
tree34eb7fc5050a4e2f39c241c57c0ef9a98ad7744c /src/tools
parentbde422dbe7f22567856f2ffbb51096339a730953 (diff)
Fixes the options build files when used from the default_android_tools repository:
http://ci.bazel.io/job/Tutorial/PLATFORM_NAME=linux-x86_64/65/console The build files for options were refactored, which broke part of the hack that assembles the default_android_tools repository, causing idlclass_lib to fail to build. src/main/java/com/google/devtools/common/options/BUILD was added, and the idlclass_lib dependency was changed from //src/main/java:options to //src/main/java/com/google/devtools/common/options, but the code that assembles the default_android_tools repository was only globbing the java sources, and added a build file to src/main/java, so idlclass_lib would look for the options at the deeper path, which didn't exist inside default_android_tools. -- MOS_MIGRATED_REVID=106306493
Diffstat (limited to 'src/tools')
0 files changed, 0 insertions, 0 deletions