commit | 97db0809f49c6d50388efb16a23e01214d5749ab | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Mon Mar 27 22:23:11 2017 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Mon Mar 27 22:33:21 2017 +0800 |
tree | 2c62ea60f3ce00865fc1b5b480337afc8ad5f3ca | |
parent | d444f8663daf935c2bc34bd42f329bace2edb05c [diff] |
fs_mgr_avb: fix return value check of fs_mgr_get_boot_config() fs_mgr_get_boot_config() returns true/false but the return value check in current fs_mgr_avb is for 0/1. This was introduced during a refactoring. Check true/false for the return value. Bug: 33254008 Test: manual test AVB on bullhead Change-Id: I72c366627214df4a99c4d9cf1eb577e94f7afb31