summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ui/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ui/Android.mk b/libs/ui/Android.mk
index 72430d2eba..1ce8626522 100644
--- a/libs/ui/Android.mk
+++ b/libs/ui/Android.mk
@@ -30,6 +30,9 @@ LOCAL_CPPFLAGS += -Wno-c++98-compat-pedantic
# that they're non-portable as long as they're consistent within one execution
LOCAL_CPPFLAGS += -Wno-four-char-constants
+# Don't warn about struct padding
+LOCAL_CPPFLAGS += -Wno-padded
+
LOCAL_SRC_FILES := \
Fence.cpp \
FramebufferNativeWindow.cpp \