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

Commit 93b64c9a authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks: Disable Errorprone warnings for platformprotoslite

Protos are very noisy with MissingOverride and other warnings.

Bug: 72714520
Test: m javac-check-platformprotoslite RUN_ERROR_PRONE=true
Change-Id: I91cf96df12e82866dde36ab4f58b6ba7be9f2c4e
parent 1b24054f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -821,6 +821,8 @@ LOCAL_PROTOC_FLAGS := \
LOCAL_SRC_FILES := \
    $(call all-proto-files-under, core/proto) \
    $(call all-proto-files-under, libs/incident/proto/android/os)
# Protos have lots of MissingOverride and similar.
LOCAL_ERROR_PRONE_FLAGS := -XepDisableAllChecks
include $(BUILD_STATIC_JAVA_LIBRARY)

# ==== hiddenapi lists =======================================