Merge pull request #446 from philips/add-oem-and-machine

bump(update_engine): include the oem/machineid code
This commit is contained in:
Brandon Philips 2014-03-18 11:33:08 -07:00
commit 9ab712559a
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="7d3f70c0a752c334581c596bc63dc8120e14d6dd"
CROS_WORKON_COMMIT="dda8b9cf029c02f1b53548f7c25b0d6e337e92d6"
KEYWORDS="amd64 arm x86"
fi