forked from openkylin/platform_build
add support for constraint layout's DATA list am: 7055897faa
am: 210083ab97
Change-Id: Ic55ead4d5ceda3c937a62fd1b82c35b6de60af63
This commit is contained in:
commit
6fee24869b
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in New Issue