bump(update_engine): include the oem/machineid code

This commit also gets all of the tests running (after removing some
broken ones)
This commit is contained in:
Brandon Philips 2014-03-18 11:23:16 -07:00
parent 20da555fa2
commit d15d233d49
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