- 17 Aug, 2012 13 commits
-
-
Joe Onorato authored
Change-Id: I9d3a3c165fa56d4ca137b3c06e249e1deea6a1c5
-
Joe Onorato authored
Change-Id: I17b5d441e44ea39564263b32f963e2d3ac684232
-
Joe Onorato authored
Change-Id: I29e27505a0d9f7cc2932f725bfe1c83d804388bc
-
Joe Onorato authored
Change-Id: Ia5ca233e9b11f64b72074f65899d3041cf955c4c
-
Joe Onorato authored
It is not forbidden to say LOCAL_MODULE_TAGS := user, and if you don't say LOCAL_MODULE_TAGS, it now defaults to optional. Change-Id: I0a0b200bb6f1c7bf1fe3a89cdc8f69678617526c
-
Joe Onorato authored
Change-Id: I6f412ed4e08d784ed71ec170e870fcf30081963a
-
Joe Onorato authored
Change-Id: I623821df3e48b358a6b898ccb13750f7dc54ddcf
-
Joe Onorato authored
Change-Id: Ifec8e63eef512b281eb924ef92160e9e1bf97f6d
-
Joe Onorato authored
Change-Id: I12d0a84786e5bf2224efd8684526b6097e6105d7
-
Joe Onorato authored
Change-Id: Idac551e5c796321e993b94761f5cbf5b55c1a994
-
Joe Onorato authored
Change-Id: I59a88027d88cceee9f2933c84379612698952043
-
Joe Onorato authored
Change-Id: I2498139dd41637a795ca43f830c952adb2856d83
-
Joe Onorato authored
Change-Id: I6bd93a87902e20a24c1c58152fb578ef1f4cb208
-
- 16 Aug, 2012 4 commits
-
-
Jean-Baptiste Queru authored
-
Andrew Boie authored
With these adjustments, cached object files can now be shared across multiple Android trees on a single workstation: * Compiler binary modification time no longer causes cache misses, as a hash of the compiler binary is taken rather than looking at the mtime and size * Header file modification time no longer causes cache misses, the headers are now always hashed * Macros such as __DATE__ and __TIME__ no longer cause cache misses * All paths in preprocessed source (due to use of -g) are now relative These options require ccache 3.1 or later to be used; ccache 2.4 will ignore these. Change-Id: I7839637e9dacf7240bd9b7bfaa6406b1db423560 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I7f76dfc15c0b2febbcdb13f12ff9390dca124585
-
- 14 Aug, 2012 2 commits
-
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
Change-Id: I3ba4317aa1081ae5f60ac8504cfff8f4abee5e66
-
- 13 Aug, 2012 3 commits
- 11 Aug, 2012 1 commit
-
-
Elliott Hughes authored
-
- 10 Aug, 2012 5 commits
-
-
Elliott Hughes authored
SH support is long gone from bionic and dalvik. Change-Id: I613df5f0062d743686847610737af9a321eec1da
-
Jean-Baptiste Queru authored
-
Raghu Gandham authored
Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496 Signed-off-by:
Chris Dearman <chris@mips.com> Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
- 08 Aug, 2012 3 commits
-
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
- 01 Aug, 2012 2 commits
-
-
Raghu Gandham authored
Change-Id: I14c27305298ce36d5c100abf25489275c2269c5f Signed-off-by:
Chris Dearman <chris@mips.com> Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
Chris Dearman authored
Change-Id: Iebbad0c2a4f8f01b2ff8a08ea77965291a842636 Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
- 27 Jul, 2012 4 commits
-
-
Elliott Hughes authored
-
Jean-Baptiste Queru authored
-
Ying Wang authored
Set BUILD_EMULATOR to true when HOST_OS is linux. Disable the emulator package target if BUILD_EMULATOR is not true. Change-Id: I8987c0a091622baa0e861b451e635c4ddb148b29
-
- 26 Jul, 2012 3 commits
-
-
Andrew Boie authored
This parameter (which causes GCC to pull additional command line parameters out of a file) is incompatible with ccache. - With ccache 2.x, ccache will ignore this parameters, and potentially compute invalid command line hashes since it is not reading the parameter file - With ccache 3.x, ccache will refuse to cache the files and error with 'Unsupported compiler option'. We still use the parameter file, but Make expands it instead. Change-Id: I070c3877cbe2d058e1cf4754bac535e7f3498861 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Joe Onorato authored
-
Joe Onorato authored
Change-Id: Ia0d06a89d0efd36c877e51b0adb45ae7bb3e5480
-