Lines Matching full:code
1 page.title=Source Code Overview
13 <a href="#androidSourceGuidelines">Adding Source Code</a><br/></div>
17 <p>Android source code is maintained in two code bases: the Android Linux kernel (<code>kernel</code> directory) and Android platform and applications (<code>device</code> directory). This document provides a high-level introduction to the source code organization and an overview of the major components of each primary directory.</p>
36 <li><code>/drivers/android</code></li>
37 <li><code>/drivers/misc</code></li>
38 <li><code>/include/linux</code></li>
45 <p>The following list outlines the directory structure found within the <code>device</code> branch of Android source code:</p>
59 Reference Android bootloader and other boot-related source code.
94 Non-Android libraries. This directory is intended to host unmodified external code. None of the libraries included within this directory rely on Android headers or libraries.
119 Project-specific source code for various proprietary components.
164 <a name="androidSourceGuidelines"></a><h2>Adding Source Code</h2>
168 <p>Add project-specific source code to the Android source tree under the <code>partner</code> directory in a directory specific to the application or service you are building. For example, all Google-specific applications would be placed under <code>vendor/google/</code>. A Google search application would be placed under <code>vendor/google/apps/Search</code>.