diff options
author | Andreas Gampe <agampe@google.com> | 2018-02-15 15:12:38 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2018-02-16 01:34:21 +0000 |
commit | 7b9b5d7544f2a9038b69baefa8da12a33e5e99bf (patch) | |
tree | 5f8252288db2e66bbd387731a6accd44fcc49664 /Android.mk | |
parent | 10034d94cf40ae968381c3535b464cde43cd22b5 (diff) |
Framework: Disable [MissingOverride] for platformprotos
Bug: 72714520
Test: m javac-check-platformprotos RUN_ERROR_PRONE=true
Merged-In: I00f5a588fa74621d4c35dc4e39b54536815ad476
Change-Id: I00f5a588fa74621d4c35dc4e39b54536815ad476
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 71720a1740a5..95c3340cd530 100644 --- a/Android.mk +++ b/Android.mk @@ -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) |