commit | 2b0fdc657115a4fe02af279fdbdab99c68df0a1a | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Jun 19 11:22:06 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Mon Jun 22 14:00:44 2009 -0700 |
tree | 18b992fb671d18310abc5f21364ac50cdbade177 | |
parent | b128f54d0daa749d301b99a6637f42aa35822a76 [diff] |
add device extension mechanism to updater Allow devices (in BoardConfig.mk) to define additional static libraries to be linked in to updater, to make device-specific functions available in edify scripts. Modify the updater makefile to arrange for device libraries to register their edify functions.