aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java_annotation_processors.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/java_annotation_processors.mk b/java_annotation_processors.mk
index 22ff02087..d90108354 100644
--- a/java_annotation_processors.mk
+++ b/java_annotation_processors.mk
@@ -50,7 +50,6 @@ GENERATED_SOURCE_DIR := $(local-generated-sources-dir)/annotation_processor_outp
# Tell javac to generate source files in the source directory.
LOCAL_JAVACFLAGS += -s $(GENERATED_SOURCE_DIR)
-LOCAL_GENERATED_SOURCES := $(GENERATED_SOURCE_DIR)
# Add dependency between the jar being built and the processor jars so that
# they are built before this one.