commit | babed3ea523822f4f5084c3e8a951f2cdf924695 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Wed Nov 18 16:18:30 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 18 16:18:30 2015 +0000 |
tree | 944eb4f5bd6e565f4194ea738f32e1fb058a9d5b | |
parent | 4e427f0aabf89b118b9a8f2b128f71a058755ba7 [diff] | |
parent | 09eb749704afd9e226e1347cb20c90be2016cd21 [diff] |
Merge "libbinder: Add binder::Status type"
diff --git a/cmds/installd/commands.cpp b/cmds/installd/commands.cpp index d3efb7c..757290f 100644 --- a/cmds/installd/commands.cpp +++ b/cmds/installd/commands.cpp
@@ -1066,7 +1066,7 @@ bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; bool use_jit = (dexopt_flags & DEXOPT_USEJIT) != 0; - if ((dexopt_flags & DEXOPT_MASK) != 0) { + if ((dexopt_flags & ~DEXOPT_MASK) != 0) { LOG_FATAL("dexopt flags contains unknown fields\n"); }