bcc: fix build process

Signed-off-by: Joel Fernandes <joel@joelfernandes.org>
diff --git a/androdeb b/androdeb
index 25c5173..e30d047 100755
--- a/androdeb
+++ b/androdeb
@@ -308,7 +308,7 @@
 $ADB shell /data/androdeb/device-unpack
 
 # Build BCC and install bcc on device if needed
-if [ $INSTALL_BCC -eq 0 ]; then
+if [ $INSTALL_BCC -eq 1 ]; then
 	$ADB shell /data/androdeb/run-command /bcc-master/build-bcc.sh;
 fi