add support for constraint layout's DATA list

Change-Id: Ia301ad235dcfd5a5c2bb13bfa6daa753f9206800
This commit is contained in:
smain@google.com 2016-09-09 15:37:47 -07:00
parent 4f3a05a2c6
commit 7055897faa
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
var <?cs
if:reference.testSupport ?>SUPPORT_TEST_<?cs
elif: reference.wearableSupport ?>SUPPORT_WEARABLE_<?cs
elif: reference.wearableSupport ?>SUPPORT_WEARABLE_<?cs
elif: reference.constraintSupport ?>CONSTRAINT_<?cs
/if ?>DATA = [
<?cs each:page = docs.pages
?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>