aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert McMeen <amcmeen@google.com>2015-10-02 11:54:59 -0700
committerBert McMeen <amcmeen@google.com>2015-10-02 11:54:59 -0700
commit80b22ba2a39914cb79f1cb24b5cdb1cc15ab566c (patch)
treebc451a12e85f02b6f9c7080d20d6b401ddb559fd
parenta5a2b03b3c461b6c84ec1139db43a088d51d9951 (diff)
downloadsource.android.com-80b22ba2a39914cb79f1cb24b5cdb1cc15ab566c.tar.gz
Docs: Fix for Build Params table
Bug: 23360409 Change-Id: Ic022440226cc702ca5cac56e98dde974abd97418
-rw-r--r--src/compatibility/android-cdd.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 2ba24411..9ba7c835 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -663,11 +663,11 @@ and match the regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
<td>FINGERPRINT</td>
<td>A string that uniquely identifies this build. It SHOULD be reasonably
human-readable. It MUST follow this template:</p>
-
-<p class="small">$(BRAND)/$(PRODUCT)/$(DEVICE):$(VERSION.RELEASE)/$(ID)/$(VERSION.INCREMENTAL):$(TYPE)/$(TAGS)</p>
-
-<p>For example: acme/myproduct/mydevice:ANDROID_VERSION/LMYXX/3359:userdebug/test-keys</p>
-
+<p class="small">$(BRAND)/$(PRODUCT)/<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;$(DEVICE):$(VERSION.RELEASE)/$(ID)/$(VERSION.INCREMENTAL):$(TYPE)/$(TAGS)</p>
+<p>For example:</p>
+<p class="small">acme/myproduct/<br>
+ &nbsp;&nbsp;&nbsp;&nbsp;mydevice:ANDROID_VERSION/LMYXX/3359:userdebug/test-keys</p>
<p>The fingerprint MUST NOT include whitespace characters. If other fields
included in the template above have whitespace characters, they MUST be
replaced in the build fingerprint with another character, such as the