| commit | a6235eacf4b06b14b19125618d7aca570dbc02b0 | [log] [tgz] |
|---|---|---|
| author | Dima Zavin <dima@android.com> | Fri Dec 16 14:20:12 2011 -0800 |
| committer | Jean-Baptiste Queru <jbq@google.com> | Wed Jan 11 04:35:53 2012 -0800 |
| tree | 148e90f51bf81d374cfab57ff79cd6972b11f14f | |
| parent | d7634c9cdad7bec39294a993b0bc898eaf709829 [diff] |
init: allow init file imports to use properties in names
Adds new property syntax in init files during init file filename
expansion during the import command:
${prop.name}
So, one can do: import /init.${ro.hardware}.usb.rc
Should convert other usages of property names to use the new function.
Change-Id: I9205d7d7a2da620bc8e6b89ac0eb554fad53ded3
Signed-off-by: Dima Zavin <dima@android.com>