Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e429f33 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Framework: Disable [MissingOverride] for platformprotos

Bug: 72714520
Test: m javac-check-platformprotos RUN_ERROR_PRONE=true
Change-Id: I00f5a588fa74621d4c35dc4e39b54536815ad476
parent 4e0f11c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -793,6 +793,8 @@ LOCAL_SRC_FILES := \
    $(call all-proto-files-under, core/proto) \
    $(call all-proto-files-under, core/proto) \
    $(call all-proto-files-under, libs/incident/proto) \
    $(call all-proto-files-under, libs/incident/proto) \
    $(call all-proto-files-under, cmds/statsd/src)
    $(call all-proto-files-under, cmds/statsd/src)
# b/72714520
LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
include $(BUILD_HOST_JAVA_LIBRARY)
include $(BUILD_HOST_JAVA_LIBRARY)


# ====  java proto device library (for test only)  ==============================
# ====  java proto device library (for test only)  ==============================