Update droiddoc templates for build/make move
Since build/ was moved to build/make/, the droiddoc templates now need another ../ to reach the android root. Test: m online-sac-docs Change-Id: I2393f6c791df9b67ccafb4eb047fd8ccc52481cb
This commit is contained in:
@@ -10,7 +10,7 @@ def:sdk_nav() ?>
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -25,7 +25,7 @@ def:resources_tab_nav() ?>
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@ def:tools_nav() ?>
|
||||
<div id="devdoc-nav" class="scroll-pane">
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/tools/tools_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/tools/tools_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@ def:training_nav() ?>
|
||||
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/training/training_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/training/training_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -83,7 +83,7 @@ def:guide_nav() ?>
|
||||
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@ def:design_nav() ?>
|
||||
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/design/design_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/design/design_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -122,7 +122,7 @@ def:distribute_nav() ?>
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/distribute/distribute_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/distribute/distribute_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -142,7 +142,7 @@ def:google_nav() ?>
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@ def:about_nav() ?>
|
||||
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -186,7 +186,7 @@ def:dist_more_nav() ?>
|
||||
|
||||
|
||||
<?cs
|
||||
include:"../../../../frameworks/base/docs/html/distribute/more/more_toc.cs" ?>
|
||||
include:"../../../../../frameworks/base/docs/html/distribute/more/more_toc.cs" ?>
|
||||
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user