aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2017-07-10 13:30:04 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-07-10 14:37:35 +0200
commit8a9be26492651afd8c71e5da98751e36d948b4e5 (patch)
tree7ad723c34dbba601d987a5201df49fd6483648d2 /src/main/native
parent3fbd7c43fe329c7052b7105d6941205680fb1a3d (diff)
Windows, Android BusyBox: create JunctionCreator
Introduce the JunctionCreator classes that the Android BusyBox can use to work around path length limitations on Windows. See https://github.com/bazelbuild/bazel/issues/3264 Change-Id: Ia5ee39f0635dcc2690ffb1755dc56d21e7bc7536 PiperOrigin-RevId: 161378422
Diffstat (limited to 'src/main/native')
-rw-r--r--src/main/native/windows/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/native/windows/BUILD b/src/main/native/windows/BUILD
index 926643c878..fe5873f37f 100644
--- a/src/main/native/windows/BUILD
+++ b/src/main/native/windows/BUILD
@@ -45,5 +45,6 @@ genrule(
visibility = [
"//src:__pkg__",
"//src/test/java/com/google/devtools/build/lib:__subpackages__",
+ "//src/tools/android/java/com/google/devtools/build/android:__subpackages__",
],
)