Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build speedup: Do not use shell 'find' function to look for NOTICE files. | David 'Digit' Turner | 2011-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | The GNU Make wildcard function can be used to look for a specific file and is _much_ faster than invoking the find command through $(shell ...). Since notice_files.mk is included by base_rules.mk for each and every module in the build tree, this represents a considerable speed-up. For example, when building the full-eng product from the AOSP tree, the no-op "make" goes from 21 seconds to 16 seconds with this patch applied. Change-Id: Ideb1bb74d5bfbb650834fa4b6e151ff24dcd0150 | ||||
* | Fix the warning about NOTICE files overriding previous targets. | Joe Onorato | 2009-04-13 | 1 | -2/+9 |
| | | | | | | | Use a different name for prebuilt libraries based on their LOCAL_MODULE -- they were all colliding using the same name, javalib.jar. These names are synthetic, since the libraries don't actually exist on the device as such. | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+65 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -65/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+65 |