Whamcloud - gitweb
AOSP: Mark as recovery_available:true
[tools/e2fsprogs.git] / lib / uuid / Android.bp
index b6664f9..ea349e3 100644 (file)
@@ -3,7 +3,9 @@
 cc_library {
     name: "libext2_uuid",
     host_supported: true,
+    recovery_available: true,
     unique_host_soname: true,
+    defaults: ["e2fsprogs-defaults"],
     srcs: [
         "clear.c",
         "compare.c",
@@ -17,13 +19,13 @@ cc_library {
         "uuid_time.c",
     ],
     cflags: [
-        "-W",
-        "-Wall",
         "-Wno-unused-function",
         "-Wno-unused-parameter",
     ],
     target: {
         windows: {
+            // Cannot suppress the _WIN32_WINNT redefined warning.
+            cflags: ["-Wno-error"],
             include_dirs: [ "external/e2fsprogs/include/mingw" ],
             enabled: true
         },