summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)