summaryrefslogtreecommitdiffstats
path: root/core/build-system.html
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-05 11:13:49 -0800
committerElliott Hughes <enh@google.com>2013-11-05 11:13:49 -0800
commit32bfd70333b72646909ccbcf50217b5a275912da (patch)
tree96f7f74ba21f8226f658b19a113fadb4969219f3 /core/build-system.html
parenta7f254feb77db5a1358be869c39757eab487bbde (diff)
downloadbuild-32bfd70333b72646909ccbcf50217b5a275912da.zip
build-32bfd70333b72646909ccbcf50217b5a275912da.tar.gz
build-32bfd70333b72646909ccbcf50217b5a275912da.tar.bz2
Remove the hacks needed to support ash and mksh concurrently.
We no longer have ash, and we'd rather not have unnecessary symbolic links on the system. Change-Id: Icfb1a51f1baaf1861c203f6ed93843b094deb65d
Diffstat (limited to 'core/build-system.html')
-rw-r--r--core/build-system.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/build-system.html b/core/build-system.html
index 760589a..397eef4 100644
--- a/core/build-system.html
+++ b/core/build-system.html
@@ -247,7 +247,6 @@ for these).
for <code>eng</code>.
<ul>
<li>Installs modules tagged with: <code>eng</code>, <code>debug</code>,
- <code>shell_</code>$(TARGET_SHELL),
<code>user</code>, and/or <code>development</code>.
<li>Installs non-APK modules that have no tags specified.
<li>Installs APKs according to the product definition files, in
@@ -267,7 +266,7 @@ for these).
<p>
This is the flavor intended to be the final release bits.
<ul>
- <li>Installs modules tagged with <code>shell_</code>$(TARGET_SHELL) and <code>user</code>.
+ <li>Installs modules tagged with <code>user</code>.
<li>Installs non-APK modules that have no tags specified.
<li>Installs APKs according to the product definition files; tags
are ignored for APK modules.
@@ -674,8 +673,7 @@ up.</p>
<h4>LOCAL_MODULE_TAGS</h4>
<p>Set <code>LOCAL_MODULE_TAGS</code> to any number of whitespace-separated
tags. If the tag list is empty or contains <code>droid</code>, the module
-will get installed as part of a <code>make droid</code>. Modules with the tag
-<code>shell_</code>$(TARGET_SHELL) will also be installed. Otherwise, it will
+will get installed as part of a <code>make droid</code>. Otherwise, it will
only get installed by running <code>make &lt;your-module&gt;</code>
or with the <code>make all</code> pseudotarget.</p>