- 23 Jun, 2010 1 commit
-
-
Joe Onorato authored
This change forces everyone to re-source envsetup.sh Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
-
- 22 Jun, 2010 1 commit
-
-
Jeff Hamilton authored
The path to the Java toolchain is now explicitly specified so no manual configuration should be required. Change-Id: I84abc122c557372e77e4579e9a9efe56af2b412c
-
- 16 Jun, 2010 1 commit
-
-
Jing Yu authored
gcc-4.4.3 toolchain is based on fsf GCC-4.4.3 with numerous patches. It reduces 3.65% code size than the prebuilt gcc-4.4.0 toolchain, and improves 3.4% performance on Android benchmarks. The toolchain uses gold as default linker. With gold, the toolchain further reduces 1MB system image. Change-Id: I55eb4df185f2932e71498fcc28428e4d1b175393
-
- 11 Jun, 2010 1 commit
-
- 10 Jun, 2010 1 commit
-
-
Joe Onorato authored
(Actually there was a tapas command that just called choosecombo). The new better tapas command is for building unbundled apps. Run it with one or more modules to build and optionally a build variant. tapas [variant] App1 App2 ... If you don't supply a build variant, it defaults to eng. Change-Id: I02214abd0b5ad02e364fcb024e10cf6ad17a9e68
-
- 09 Jun, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: Ic289e35a747b6f462816aca159acba6d400829c9
-
- 08 Jun, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I1304b78b17cd13a2231c59385a94e0430a8198ff
-
- 22 Mar, 2010 1 commit
-
-
Jean-Baptiste Queru authored
This way, individual open-source device configurations can publish device-specific configurations without having to maintain those centrally in envsetup.sh Bug: 2533998 Change-Id: I1377846d4d3ebe7abcd2f8279a08abe54039cdbb
-
- 01 Mar, 2010 1 commit
-
-
Ficus Kirkpatrick authored
It was doing '*.c*' which both included .class files and omitted .h files. Change-Id: Iedaac4f7ee86df86fdc38341c04ca565f34223b4
-
- 17 Feb, 2010 1 commit
-
-
Gilles Debunne authored
Use the PWD= /bin/pwd trick used in getopt in mmm so that it can deal with a symlinked root directory. Change-Id: Ia8b5ef10cbd10ca05f2301db86f64fdf11ff2840
-
- 30 Jan, 2010 1 commit
-
-
Brian Carlstrom authored
-
- 29 Jan, 2010 1 commit
-
-
Brian Carlstrom authored
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 24 Nov, 2009 1 commit
-
-
Dan Bornstein authored
This makes runtest, in particular, happier, since it will now find that its idea of the cwd actually matches with what's claimed in ANDROID_BUILD_TOP. Change-Id: I485df382d9d314a73b410030bf2116215b6250f9
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 12 Nov, 2009 1 commit
-
-
Christopher Tate authored
For debugging non-ANR weird states in the system server, it is incredibly handy to be able to force a complete thread-stack dump of that process. Here's a shell function that does so (creating the /data/anr/traces.txt file with the usual permissions if it does not yet exist). Depends on adb having been configured to run as root. Change-Id: I01d9d733ef08ffefb00cb61968df36ecf62087f0
-
- 21 Oct, 2009 1 commit
-
-
Brett Chabot authored
Instead, execute runtest as an absolute path. Ths is necessary to support relative path based arguments in runtest. Bug 2133198
-
- 30 Jul, 2009 1 commit
-
-
Joe Onorato authored
-
- 15 Jul, 2009 1 commit
-
-
Robert Greenwalt authored
LOCAL_PATH is a relative path from TOP when making a full build. This change makes that true for mm builds too.
-
- 02 Jul, 2009 1 commit
-
-
Joe Onorato authored
-
- 17 Jun, 2009 1 commit
-
-
Jing Yu authored
-
- 05 May, 2009 1 commit
-
-
Brett Chabot authored
-
- 29 Apr, 2009 1 commit
-
-
Joe Onorato authored
People keep getting confused by the default products in this list, which are almost never what they want, because this list roughly corresponds to the DEVICES and not the PRODUCTS. Now that lunch works again, I'm not too worried about choosecombo except for the couple of cases lunch can't handle, like the simulator. Therefore, this change just removes the list of suggested products, and you have to know which one you're trying to build (which seems like a resonable prerequisite).
-
- 13 Apr, 2009 1 commit
-
-
Joe Onorato authored
-
- 10 Apr, 2009 2 commits
-
-
Jack Veenstra authored
Merged 145709 from donut. BUG=1630077 Automated import of CL 145720
-
Jack Veenstra authored
Merged 145592 from master. BUG=1630077 Automated import of CL 145709
-
- 09 Apr, 2009 1 commit
-
-
Jack Veenstra authored
BUG=1630077 Automated import of CL 145592
-
- 31 Mar, 2009 3 commits
-
-
Brett Chabot authored
Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143784
-
Brett Chabot authored
Original author: brettchabot Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143809
-
Brett Chabot authored
Automated import of CL 143737
-
- 27 Mar, 2009 3 commits
-
-
Brett Chabot authored
This change does not affect device code. Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143263
-
Brett Chabot authored
This change does not affect device code. Original author: brettchabot Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143392
-
Brett Chabot authored
This change does not affect device code. BUG=1741172 Automated import of CL 143102
-
- 03 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 27 Feb, 2009 1 commit
-
-
Benno Leslie authored
and shell scripts (.sh) as 'source' files.
-
- 10 Feb, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 17 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-