From 3e429f33ddd06c9a62731383b4549bf64e4e62e8 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 15 Feb 2018 15:12:38 -0800 Subject: Framework: Disable [MissingOverride] for platformprotos Bug: 72714520 Test: m javac-check-platformprotos RUN_ERROR_PRONE=true Change-Id: I00f5a588fa74621d4c35dc4e39b54536815ad476 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) 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) ============================== -- cgit v1.2.3-59-g8ed1b