Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix makefile inheritance system | Doug Zongker | 2010-02-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | The variable inheritance system can leave extra spaces in a variable when multiple levels of inheritance are used. It can expand: "@inherit:foo @inherit:bar @inherit:baz" to "value @inherit:bar @inherit:baz" and then "value @inherit:baz" (if bar has no value for the variable) and then "value " (if baz also has no value). Call strip to remove excess spaces between words after each replacement pass. Change-Id: Ic4cfc6fed1865066a6353a522e4bdcb68ec875d3 | ||||
* | add a warning about using include in product spec files. | Joe Onorato | 2010-01-07 | 1 | -0/+10 |
| | | | | currently disabled because there are too many of them. | ||||
* | Provide LOCAL_DIR as some product variables might need a reference directory ↵ | Sean McNeil | 2009-04-04 | 1 | -0/+2 |
| | | | | | | (i.e. PRODUCT_COPY_FILES). Change from LOCAL_DIR to LOCAL_PATH | ||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -1/+8 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+238 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -238/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+238 |