aboutsummaryrefslogtreecommitdiff
path: root/rules/rules.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rules.bzl')
-rw-r--r--rules/rules.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rules.bzl b/rules/rules.bzl
index 2a0a585..315fd4f 100644
--- a/rules/rules.bzl
+++ b/rules/rules.bzl
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Skylark rules for building Android apps."""
+"""Starlark rules for building Android apps."""
load(
"//rules/aar_import:rule.bzl",
@@ -20,7 +20,7 @@ load(
)
load(
"//rules/android_application:android_application.bzl",
- _android_application = "android_application"
+ _android_application = "android_application",
)
load(
":android_binary.bzl",