aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJosiah Gaskin <josiahgaskin@google.com>2014-02-03 10:26:19 -0800
committerJosiah Gaskin <josiahgaskin@google.com>2014-02-03 10:26:19 -0800
commitc565d31c367131da222d88e63634ba167bcaafdc (patch)
tree134d648d71be3e8c9f90e49634a5740dea2ba3d2 /templates
parent330a60621fe7a4a17d6ddfe70f27ab1b0364b8c4 (diff)
downloadsdk-c565d31c367131da222d88e63634ba167bcaafdc.zip
sdk-c565d31c367131da222d88e63634ba167bcaafdc.tar.gz
sdk-c565d31c367131da222d88e63634ba167bcaafdc.tar.bz2
Add documentation of module constraint
This change adds documentation for the module constraint added in https://android-review.googlesource.com/#/c/80795/ Change-Id: I68d773b074945d4db00a886fdc04ad658624b112
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/docs/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/docs/index.html b/templates/docs/index.html
index fc5df2e..d5f6746 100755
--- a/templates/docs/index.html
+++ b/templates/docs/index.html
@@ -282,6 +282,7 @@
<li><code>apilevel</code> &mdash; the value should represent a numeric API level</li>
<li><code>package</code> &mdash; the value should represent a valid Java package name</li>
<li><code>app_package</code> &mdash; the value should represent a valid Android app package name</li>
+ <li><code>module</code> &mdash; the value should represent a valid Module name</li>
<li><code>class</code> &mdash; the value should represent a valid Java class name</li>
<li><code>activity</code> &mdash; the value should represent a fully-qualified activity class name</li>
<li><code>layout</code> &mdash; the value should represent a valid layout resource name</li>