Don\'t pass GENERATED_SOURCE_DIR to LOCAL_GENERATED_SOURCES.
am: 10a3283

* commit '10a328391c943df4557ca6188d40403f5cb838d2':
  Don't pass GENERATED_SOURCE_DIR to LOCAL_GENERATED_SOURCES.

Change-Id: Iee57f8a656e019a2c645e75d18e919a1b852bb37
diff --git a/java_annotation_processors.mk b/java_annotation_processors.mk
index 22ff020..d901083 100644
--- a/java_annotation_processors.mk
+++ b/java_annotation_processors.mk
@@ -50,7 +50,6 @@
 
 # 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.