Try to fix sdk build again.
diff --git a/media/java/android/media/ExifInterface.java b/media/java/android/media/ExifInterface.java
index 31bf94a..73b6483 100644
--- a/media/java/android/media/ExifInterface.java
+++ b/media/java/android/media/ExifInterface.java
@@ -153,7 +153,7 @@
     /**
      * Save the tag data into the JPEG file. This is expensive because it involves
      * copying all the JPG data from one file to another and deleting the old file
-     * and renaming the other. It's best to use {@link setAttribute(String,String)} to set all
+     * and renaming the other. It's best to use {@link #setAttribute(String,String)} to set all
      * attributes to write and make a single call rather than multiple calls for
      * each attribute.
      */