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

Commit 39528d6b authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3004 into donut

* changes:
  fix the SDK build for real this time. the missing macros weren't declared in the proper order last time.
parents 3cbc6663 653726a4
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
<?cs # Use the -templatedir arg to javadoc to set your own directory with a     ?>
<?cs # replacement for this file in it. ?>


<?cs def:default_search_box() ?><?cs /def ?>
<?cs def:default_left_nav() ?><?cs /def ?>

<?cs # appears at the top of every page ?><?cs 
def:custom_masthead() ?>
  <div id="header">
@@ -24,6 +28,3 @@ def:custom_masthead() ?>

<?cs # appears on the side of the page ?>
<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>
 No newline at end of file

<?cs def:default_search_box() ?><?cs /def ?>
<?cs def:default_left_nav() ?><?cs /def ?>
 No newline at end of file