From 2ca38ec0b4bfb2196162609b57af15f1a92a8e19 Mon Sep 17 00:00:00 2001 From: Sergey Mironov Date: Wed, 30 Oct 2019 12:12:57 +0300 Subject: [PATCH] Change android.bzl indentation to 2 --- third_party/android/android.bzl.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/third_party/android/android.bzl.tpl b/third_party/android/android.bzl.tpl index c498f585abf..e6ed4994f3b 100644 --- a/third_party/android/android.bzl.tpl +++ b/third_party/android/android.bzl.tpl @@ -1,9 +1,9 @@ """Set up configurable Android SDK and NDK dependencies.""" def android_workspace(): - # String for replacement in Bazel template. - # These will either be replaced by android_sdk_repository if various ENV - # variables are set when `local_config_android` repo_rule is run, or they - # will be replaced by noops otherwise. - MAYBE_ANDROID_SDK_REPOSITORY - MAYBE_ANDROID_NDK_REPOSITORY + # String for replacement in Bazel template. + # These will either be replaced by android_sdk_repository if various ENV + # variables are set when `local_config_android` repo_rule is run, or they + # will be replaced by noops otherwise. + MAYBE_ANDROID_SDK_REPOSITORY + MAYBE_ANDROID_NDK_REPOSITORY