summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-02-16 06:39:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-02-16 06:39:21 +0000
commitab3da3d160961627e7e7039f0495ca5455912df6 (patch)
tree6b5c545be540ff2ba21d9a6280ee8e40f719f80a
parent7526c2c13690c1fb47540a4d42c16e5ebbdc415d (diff)
parent3e429f33ddd06c9a62731383b4549bf64e4e62e8 (diff)
Merge "Framework: Disable [MissingOverride] for platformprotos"
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 3b8d6a8ae8e5..58e21ffd1617 100644
--- a/Android.mk
+++ b/Android.mk
@@ -793,6 +793,8 @@ LOCAL_SRC_FILES := \
$(call all-proto-files-under, core/proto) \
$(call all-proto-files-under, libs/incident/proto) \
$(call all-proto-files-under, cmds/statsd/src)
+# b/72714520
+LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
include $(BUILD_HOST_JAVA_LIBRARY)
# ==== java proto device library (for test only) ==============================