OSDN Git Service

Framework: Disable [MissingOverride] for platformprotos
authorAndreas Gampe <agampe@google.com>
Thu, 15 Feb 2018 23:12:38 +0000 (15:12 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 16 Feb 2018 01:34:21 +0000 (01:34 +0000)
Bug: 72714520
Test: m javac-check-platformprotos RUN_ERROR_PRONE=true
Merged-In: I00f5a588fa74621d4c35dc4e39b54536815ad476
Change-Id: I00f5a588fa74621d4c35dc4e39b54536815ad476

Android.mk

index 71720a1..95c3340 100644 (file)
@@ -694,6 +694,8 @@ LOCAL_SOURCE_FILES_ALL_GENERATED := true
 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)