add support for constraint layout's DATA list

am: 7055897faa

Change-Id: I9781454790423d51385094aaa530d994cccb1016
This commit is contained in:
smain@google.com
2016-09-10 01:32:24 +00:00
committed by android-build-merger

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 ?>