Don\'t pass GENERATED_SOURCE_DIR to LOCAL_GENERATED_SOURCES. am: 10a3283 am: 15342af am: d65ad20
am: f9755a7

* commit 'f9755a72c1185f83b822a27845a25644a2d9e641':
  Don't pass GENERATED_SOURCE_DIR to LOCAL_GENERATED_SOURCES.

Change-Id: Iaab7e60b96736a4348e8347926f857fe6a13948c
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.