Let the compiler worry about implementing ffs(3).

It does at least as good a job as our old hand-written assembly anyway.

Change-Id: If7c4a1ac508bace0b71ee7b67808caa6eabf11d2
diff --git a/libc/Android.mk b/libc/Android.mk
index ee09087..b77e394 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -222,6 +222,7 @@
     bionic/__errno.cpp \
     bionic/eventfd_read.cpp \
     bionic/eventfd_write.cpp \
+    bionic/ffs.cpp \
     bionic/fork.cpp \
     bionic/futimens.cpp \
     bionic/getauxval.cpp \