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

Commit 7f562259 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Fix samples metadata concat. am: 8d565ed2

am: 22fe7409

Change-Id: I08418dfb23d225fa73ed21cb0704b69c2c8d0028
parents 757d1775 22fe7409
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?cs # generate metadata file for samples only ?><?cs
if:samples_only ?>METADATA['<?cs var:metadata.lang ?>'].develop = METADATA['<?cs var:metadata.lang ?>'].develop.concat([
<?cs var:reference_tree ?>
];
]);
<?cs # generate standard unified metadata file ?><?cs
else ?>window.METADATA = window.METADATA || {};
METADATA['<?cs var:metadata.lang ?>'] = {};