commit | 976b878a0a257676cde09556d3e08375b8d2f81a | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Fri Dec 16 14:20:12 2011 -0800 |
committer | Dima Zavin <dima@android.com> | Thu Jan 05 15:01:57 2012 -0800 |
tree | 46c07f34b33a57df1d7b253f53b5ed4999b60725 | |
parent | 65a8360795ef9dcdd9a3e6fdacf5a16eacf6f4e1 [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>