commit | 4cf1402b6245f1606788b1850b1a9c3571b0d27b | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Tue Oct 27 20:33:58 2015 -0700 |
committer | Alex Vakulenko <avakulenko@google.com> | Tue Oct 27 20:33:58 2015 -0700 |
tree | 463b9b64eef03f310cec68b77c7f87c85b94f8b6 | |
parent | 1bab5a8a47f8e83f4798b0f45d555ad0ffd8e481 [diff] [blame] |
update_engine: Fix Android.mk typo. Missing \ was breaking build. Change-Id: I5f8f3d6dd04d40fb4a909f608ab2524514854998
diff --git a/Android.mk b/Android.mk index bb76751..9944c15 100644 --- a/Android.mk +++ b/Android.mk
@@ -52,9 +52,9 @@ libbrillo \ libbrillo-dbus \ libbrillo-http \ - libbrillo-stream + libbrillo-stream \ libchrome \ - libchrome-dbus \ + libchrome-dbus endef # update_metadata-protos (type: static_library)