Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bca27e58 authored by smain@google.com's avatar smain@google.com Committed by android-build-merger
Browse files

add support for constraint layout's DATA list

am: 7055897f

Change-Id: Ibce59cf7867e6a197a39873453dae8336419e233
parents 6b7762a4 7055897f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
var <?cs
  if:reference.testSupport ?>SUPPORT_TEST_<?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 ?>