summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-12-04 14:54:18 -0800
committerElliott Hughes <enh@google.com>2014-12-09 17:06:00 -0800
commit1d931bca26331c82777a1a75579a2d7405d5c49b (patch)
tree6f63db3fbb87093cf50cdf465dae5bd958b174d1 /adb
parent18237c77c80c34919211e5984a40d27b03992759 (diff)
downloadsystem_core-1d931bca26331c82777a1a75579a2d7405d5c49b.zip
system_core-1d931bca26331c82777a1a75579a2d7405d5c49b.tar.gz
system_core-1d931bca26331c82777a1a75579a2d7405d5c49b.tar.bz2
Fix build
(cherry-pick of 731136ca36bb7af1490856373d463e3a6c4df1c8.) Change-Id: I9b493fd5fc5c5f62f02bc5234ccca2a5118380b4
Diffstat (limited to 'adb')
-rw-r--r--adb/set_verity_enable_state_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/set_verity_enable_state_service.c b/adb/set_verity_enable_state_service.c
index 6692ab7..1e22149 100644
--- a/adb/set_verity_enable_state_service.c
+++ b/adb/set_verity_enable_state_service.c
@@ -209,7 +209,7 @@ void set_verity_enabled_state_service(int fd, void* cookie)
}
#else
write_console(fd, "%s-verity only works for userdebug builds\n",
- disabling ? "disable" : "enable");
+ enable ? "enable" : "disable");
#endif
errout: