1<!-- Generated with Stardoc: http://skydoc.bazel.build --> 2 3<a name="#android_related_rule"></a> 4 5## android_related_rule 6 7<pre> 8android_related_rule(<a href="#android_related_rule-name">name</a>, <a href="#android_related_rule-first">first</a>, <a href="#android_related_rule-fourth">fourth</a>, <a href="#android_related_rule-second">second</a>, <a href="#android_related_rule-third">third</a>) 9</pre> 10 11This rule does android-related things. 12 13**ATTRIBUTES** 14 15 16| Name | Description | Type | Mandatory | Default | 17| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | 18| name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | | 19| first | - | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | | 20| fourth | - | Boolean | optional | False | 21| second | - | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required | | 22| third | - | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | | 23 24 25