show build info only for android docs (not google)

Change-Id: I318f4f68147c109c119ed1fc05c2429ecc7289b7
This commit is contained in:
Scott Main
2012-11-30 20:16:42 -08:00
parent e0dceabdd8
commit 8fa5351cba
2 changed files with 9 additions and 6 deletions

View File

@@ -365,7 +365,9 @@ def:custom_footerlinks() ?>
/def ?>
<?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
def:custom_buildinfo() ?>
Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
def:custom_buildinfo() ?><?cs
if:!google ?>
Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> &mdash; <?cs
/if ?><?cs var:page.now ?>
<?cs /def ?>