Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,9 @@ <h3><a name="mkVars"></a>Android.mk Variables</h3>
</tr>
<tr>
<td valign="top">LOCAL_UNINSTALLABLE_MODULE</td>
<td valign="top"></td>
<td valign="top">If set to true, this module will not be installed to system.img but build system still build it.
Useful when you need some executable binary by $(INCLUDE_EXECUTABLE) but dont need it in system.img
</td>
</tr>
<tr>
<td valign="top">LOCAL_UNSTRIPPED_PATH</td>
Expand Down