Merge "Framework: Disable [MissingOverride] for platformprotos"
am: 4eaa22f24e

Change-Id: I376b8bea0e1c57a6f7e78970bc919d05d1ed372d
diff --git a/Android.mk b/Android.mk
index 71720a1..95c3340 100644
--- a/Android.mk
+++ b/Android.mk
@@ -694,6 +694,8 @@
 LOCAL_SRC_FILES := \
     $(call all-proto-files-under, core/proto) \
     $(call all-proto-files-under, libs/incident/proto)
+# b/72714520
+LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
 include $(BUILD_HOST_JAVA_LIBRARY)