Lines Matching full:files
4 <div><br>This document describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine.<br><br>Related reading:<br></div>
13 <div>To see snapshots and histories of the files available in the public Android repositories, visit the <a href="http://android.git.kernel.org/">GitWeb</a>
19 <div>To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported.</div>
122 <ul><li><span>To build the Android files in a Mac OS environment, you need an Intel/x86 machine running MacOS 10.4 ("Tiger") or 10.5 ("Leopard"). At the moment MacOS 10.6 ("Snow Leopard") is not supported. The Android build system and tools do not support the obsolete PowerPC architecture.</span>
127 <ul><li>A case-sensitive file system is required because the sources contain files that differ only in case.</li>
146 <ol><li>Download the tar file from <a href="http://www.macports.org/">http://www.macports.org/</a> and untar the files.</li>
169 file:<br># set the number of open files to be 1024<br>ulimit -S -n 1024</li>
195 <div><ol><li><span>Create an empty directory to hold your working files:</span>
214 <br><span><span><br>Your client directory should now contain a.repodirectory where files such as the manifest will be kept.</span>
229 <p><span>The Android source files are divided among a number of different repositories.</span>
231 <span>file contains a mapping of where the files from these repositories will be placed within your working directory w</span>
232 <span>hen you synchronize your files.<br></span>
238 Getting the files</h2>
239 <div><span><span>To pull down files to your working directory from the repositories as specified in the default manifest, run</span>
244 <br><br><span>The Android source files will be located in your working
265 <span>To build the files, runmakefrom within your working directory:</span>
297 <span>For information about editing the files and uploading changes to the