commit | 558fe6ad38c6c419a135ce1ed1e3d1152f55ff7c | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri May 19 13:16:20 2017 -0700 |
committer | Sen Jiang <senj@google.com> | Wed May 31 15:25:04 2017 -0700 |
tree | e2f45f4008b646aca88c25ffcc6811bea8295f83 | |
parent | 6765a68c5f3963ce986f0bb11951b3af40e3e098 [diff] [blame] |
Fix Chrome OS build of update_engine. Fix a typo in image_properties_chromeos.cc, $ifdef out an unused constant in Chrome OS and adds the bspatch library to the Chrome OS build. Bug: None Test: FEATURES=test emerge-link update_engine Change-Id: I483da4b43b5cbd8b7349b0ff42973f97d197ba8e
diff --git a/update_engine.gyp b/update_engine.gyp index 8ca46c1..9f63f01 100644 --- a/update_engine.gyp +++ b/update_engine.gyp
@@ -150,6 +150,7 @@ ], }, 'libraries': [ + '-lbspatch', '-lbz2', '-lrt', ],