commit | 66a91ef2c38d4477d1f24eac3f92adc3a8bf611c | [log] [tgz] |
---|---|---|
author | A Googler <no-reply@google.com> | Wed Sep 29 14:32:17 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 29 14:32:35 2021 -0700 |
tree | 419b6bb8e3da019e494c22a2a85d83dc9cfeae32 | |
parent | 3134be983780a93c9b9fb655f5b3aa50e6000ac4 [diff] |
Update Skylark -> Starlark. PiperOrigin-RevId: 399777947
diff --git a/rules/rules.bzl b/rules/rules.bzl index 0d416ec..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",