summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-02-15 15:12:38 -0800
committerAndreas Gampe <agampe@google.com>2018-02-15 17:13:03 -0800
commit3e429f33ddd06c9a62731383b4549bf64e4e62e8 (patch)
tree831ec0efb93631e16faa2672281fa10ed9dc9b1c
parent4e0f11c65fe79b4de18367f67dc1e8fe8f013656 (diff)
Framework: Disable [MissingOverride] for platformprotos
Bug: 72714520 Test: m javac-check-platformprotos RUN_ERROR_PRONE=true Change-Id: I00f5a588fa74621d4c35dc4e39b54536815ad476
-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) ==============================