aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alex Humesky <ahumesky@google.com>2016-01-13 09:15:29 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-13 13:19:15 +0000
commit45fdee15c5d276462f4cb86d402551f02ac8bb0b (patch)
treed62e93cd83c6a9ada8c818d396e3ca736e293f05
parent17ed2ce60a8336cc695beeeb64ac8b38446f9744 (diff)
Correct a path in BUILD file comment.
-- MOS_MIGRATED_REVID=112027856
-rw-r--r--third_party/java/apkbuilder/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/java/apkbuilder/BUILD b/third_party/java/apkbuilder/BUILD
index 8a07672087..aa08eee382 100644
--- a/third_party/java/apkbuilder/BUILD
+++ b/third_party/java/apkbuilder/BUILD
@@ -11,7 +11,7 @@ filegroup(
# This filegroup is necessary so that Bazel finds an apkbuilder during the
# bootstrap process when this file is used as
-# @bazel_tools/third_party/java/apkbuilder/BUILD. Otherwise, the bootstrap
+# @bazel_tools//third_party/java/apkbuilder/BUILD. Otherwise, the bootstrap
# would fail if an Android SDK was declared in the WORKSPACE file of Bazel.
filegroup(name = "embedded_apkbuilder")