summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-06-14 14:26:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-14 14:26:37 -0700
commitfc08479c32c00d977134f057fde2631682e598df (patch)
treee52802f49ab04154318a3f7b7dc10662a8a86c23
parentac86e9a6168c037d631d5ebfba059bf22e419f0e (diff)
parentd8ab4d46ec81cb669261e826aee1c7c6b52c06e2 (diff)
downloadandroidplot-fc08479c32c00d977134f057fde2631682e598df.tar.gz
Androidplot: Suppress MissingOverridetemp_p_merge
am: d8ab4d46ec Change-Id: Idde0718396c7f9b4014bda031f7ef88600e220b0
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 36faf42..964d408 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,9 @@ LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, AndroidPlot-Core/src/main)
+# b/73499927
+LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
+
include ${BUILD_STATIC_JAVA_LIBRARY}
## Demo app
@@ -40,4 +43,7 @@ LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/Examples/DemoApp/res
LOCAL_MANIFEST_FILE := Examples/DemoApp/AndroidManifest.xml
LOCAL_SRC_FILES := $(call all-java-files-under, Examples/DemoApp/src)
+# b/73499927
+LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
+
include $(BUILD_PACKAGE)