commit | 47cace98369f60df2351a65801c8065bb7f9dbf0 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Thu Jun 18 10:11:50 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Thu Jun 18 10:11:50 2009 -0700 |
tree | e030f48230e2e6e47204224018fc4c62db3d27ce | |
parent | fb2e3af3f915c0e3f2b4b027ef26777267ad46dc [diff] |
add file_getprop() to updater Add a function to read a property from a ".prop"-formatted file (key=value pairs, one per line, ignore # comment lines and blank lines). Move ErrorAbort to the core of edify; it's not specific to updater now that errors aren't stored in the app cookie.