display: silence format compilation issues

Change-Id: I2c0f3d64dce677eb7467eb04e0c60a432ca853e0
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
diff --git a/composer/Android.bp b/composer/Android.bp
index 5c416fd..6220f7f 100644
--- a/composer/Android.bp
+++ b/composer/Android.bp
@@ -15,6 +15,7 @@
     ],
 
     cflags: [
+        "-Wno-format",
         "-Wno-missing-field-initializers",
         "-Wno-unused-parameter",
         "-DLOG_TAG=\"SDM\"",
diff --git a/gralloc/Android.bp b/gralloc/Android.bp
index ccf57d2..53ebabf 100644
--- a/gralloc/Android.bp
+++ b/gralloc/Android.bp
@@ -24,6 +24,7 @@
     cflags: [
         "-DLOG_TAG=\"qdgralloc\"",
         "-D__QTI_DISPLAY_GRALLOC__",
+        "-Wno-format",
         "-Wno-sign-conversion",
         "-Wno-unused-parameter",
         "-Wno-unused-variable",
@@ -66,6 +67,7 @@
     cflags: [
         "-DLOG_TAG=\"qdgralloc\"",
         "-D__QTI_DISPLAY_GRALLOC__",
+        "-Wno-format",
         "-Wno-sign-conversion",
         "-Wno-unused-parameter",
     ],
diff --git a/sde-drm/Android.bp b/sde-drm/Android.bp
index 86b0f4b..a05e933 100644
--- a/sde-drm/Android.bp
+++ b/sde-drm/Android.bp
@@ -20,6 +20,7 @@
         "-Wall",
         "-Werror",
         "-fno-operator-names",
+        "-Wno-format",
         "-Wno-unused-parameter",
         "-DLOG_TAG=\"SDE_DRM\"",
     ],
diff --git a/sdm/libs/core/Android.bp b/sdm/libs/core/Android.bp
index b15a221..ef10e8e 100644
--- a/sdm/libs/core/Android.bp
+++ b/sdm/libs/core/Android.bp
@@ -11,6 +11,7 @@
     ],
     cflags: [
         "-fno-operator-names",
+        "-Wno-format",
         "-Wno-unused-parameter",
         "-DLOG_TAG=\"SDM\"",
     ],
diff --git a/sdm/libs/dal/Android.bp b/sdm/libs/dal/Android.bp
index a77cf1b..c54cd0c 100644
--- a/sdm/libs/dal/Android.bp
+++ b/sdm/libs/dal/Android.bp
@@ -7,6 +7,7 @@
     vendor: true,
     cflags: [
         "-fno-operator-names",
+        "-Wno-format",
         "-Wno-unused-parameter",
         "-DLOG_TAG=\"SDM\"",
     ],
diff --git a/services/config/src/Android.bp b/services/config/src/Android.bp
index 7ad0dbb..02a100a 100644
--- a/services/config/src/Android.bp
+++ b/services/config/src/Android.bp
@@ -2,6 +2,7 @@
     name: "libdisplayconfig.qti",
     vendor: true,
     cflags: [
+        "-Wno-format",
         "-Wno-sign-conversion",
         "-Wno-unused-parameter",
         "-DLOG_TAG=\"libdisplayconfigqti\"",