Add MODULE target for java.lang.Deprecated.

ElementType.MODULE field was introduced in https://r.android.com/1596572.
This CL adds MODULE target for java.lang.Deprecated and removes previously
added change marker.

Test: m update-api
Change-Id: I4de5691350c3769d97b311ef9606eb3a2fb040c0
diff --git a/api/current.txt b/api/current.txt
index c3e758c..0bb691d 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2939,7 +2939,7 @@
     method public static void enable();
   }
 
-  @java.lang.annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.lang.annotation.Target({java.lang.annotation.ElementType.CONSTRUCTOR, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.LOCAL_VARIABLE, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PACKAGE, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.TYPE}) public @interface Deprecated {
+  @java.lang.annotation.Documented @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.lang.annotation.Target({java.lang.annotation.ElementType.CONSTRUCTOR, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.LOCAL_VARIABLE, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PACKAGE, java.lang.annotation.ElementType.MODULE, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.TYPE}) public @interface Deprecated {
     method public abstract boolean forRemoval() default false;
     method public abstract String since() default "";
   }