Revert "Temporarily suppress unused-lambda-capture warning warning"
am: e1750be98e

Change-Id: I603f798b703eb5c00bebc1f97fd11b5fecb61be6
diff --git a/Android.bp b/Android.bp
index 500b602..e4f3934 100644
--- a/Android.bp
+++ b/Android.bp
@@ -87,11 +87,6 @@
         "-Wno-unused-function",
         "-Wno-unused-variable",
     ],
-
-    clang_cflags: [
-        // Temporarily suppress the warnings http://b/38232827
-        "-Wno-error=unused-lambda-capture",
-    ],
 }
 
 libchromeCommonSrc = [