diff options
| author | 2018-02-16 06:39:21 +0000 | |
|---|---|---|
| committer | 2018-02-16 06:39:21 +0000 | |
| commit | ab3da3d160961627e7e7039f0495ca5455912df6 (patch) | |
| tree | 6b5c545be540ff2ba21d9a6280ee8e40f719f80a | |
| parent | 7526c2c13690c1fb47540a4d42c16e5ebbdc415d (diff) | |
| parent | 3e429f33ddd06c9a62731383b4549bf64e4e62e8 (diff) | |
Merge "Framework: Disable [MissingOverride] for platformprotos"
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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) ============================== |