am 72cb8dd1: Merge "Updated Android build instructions to mention envsetup.sh and lunch."

* commit '72cb8dd12c3aa6504fb5db31bf14d31d34db0d71':
  Updated Android build instructions to mention envsetup.sh and lunch.
This commit is contained in:
Jean-Baptiste Queru
2010-11-24 13:49:40 -08:00
committed by Android Git Automerger

View File

@@ -264,6 +264,8 @@ After importing the keys, you can verify any tag with <br><br></span>
Building the code</h2> Building the code</h2>
<span>To build the files, run make from within your working directory:</span> <span>To build the files, run make from within your working directory:</span>
<br><span>$ cd ~/mydroid</span> <br><span>$ cd ~/mydroid</span>
<span><br>$ source build/envsetup.sh</span>
<span><br>$ lunch</span>
<span><br>$ make</span> <span><br>$ make</span>
<br></span> <br></span>
<p>If your build fails, complaining about a missing "run-java-tool", try setting the ANDROID_JAVA_HOME env var to $JAVA_HOME before making. E.g.,</p> <p>If your build fails, complaining about a missing "run-java-tool", try setting the ANDROID_JAVA_HOME env var to $JAVA_HOME before making. E.g.,</p>