merge in pi-release history after reset to master
diff --git a/README.txt b/README.txt
index 6828458..de80124 100644
--- a/README.txt
+++ b/README.txt
@@ -1 +1 @@
-This maven repository was synced to google3 CL 160218073
+This maven repository was synced to google3 CL 183322383
diff --git a/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar
new file mode 100755
index 0000000..b759004
--- /dev/null
+++ b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar
Binary files differ
diff --git a/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar
new file mode 100755
index 0000000..0941e08
--- /dev/null
+++ b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar
Binary files differ
diff --git a/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar
new file mode 100755
index 0000000..c8968e4
--- /dev/null
+++ b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar
Binary files differ
diff --git a/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar
new file mode 100755
index 0000000..e9bd13b
--- /dev/null
+++ b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar
Binary files differ
diff --git a/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar b/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar
index 397a27d..35d8ecd 100755
--- a/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar
+++ b/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar
Binary files differ
diff --git a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar
index be33582..90454cb 100755
--- a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar
+++ b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar
Binary files differ
diff --git a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar
index fa8dfe1..2d6b064 100755
--- a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar
+++ b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar
Binary files differ
diff --git a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar
index a50ab99..55bf6a6 100755
--- a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar
+++ b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar
Binary files differ
diff --git a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar
index 1e58ba9..e540862 100755
--- a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar
+++ b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar
Binary files differ
diff --git a/update_repo.sh b/update_repo.sh
index daaedaa..352a9c1 100755
--- a/update_repo.sh
+++ b/update_repo.sh
@@ -11,6 +11,10 @@
 SYNCED_CL=`g4 sync | grep @ | sed s/.*@//`
 
 blaze build \
+   third_party/java_src/android_libs/glide/annotation:libannotation.jar \
+   third_party/java_src/android_libs/glide/annotation:libannotation-src.jar \
+   third_party/java_src/android_libs/glide/annotation/compiler:libcompiler_lib.jar \
+   third_party/java_src/android_libs/glide/annotation/compiler:libcompiler_lib-src.jar \
    third_party/java_src/android_libs/glide/library/src/main:libglide.jar \
    third_party/java_src/android_libs/glide/library/src/main:libglide-src.jar \
    third_party/java_src/android_libs/glide/third_party/disklrucache:libdisklrucache.jar \
@@ -18,6 +22,14 @@
    third_party/java_src/android_libs/glide/third_party/gif_decoder:libgif_decoder.jar \
    third_party/java_src/android_libs/glide/third_party/gif_decoder:libgif_decoder-src.jar
 
+cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/libannotation.jar \
+   $TARGET_DIR/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar
+cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/libannotation-src.jar \
+   $TARGET_DIR/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar
+cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/compiler/libcompiler_lib.jar \
+   $TARGET_DIR/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar
+cp -f blaze-bin/third_party/java_src/android_libs/glide/annotation/compiler/libcompiler_lib-src.jar \
+   $TARGET_DIR/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar
 cp -f blaze-bin/third_party/java_src/android_libs/glide/library/src/main/libglide.jar \
    $TARGET_DIR/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar
 cp -f blaze-bin/third_party/java_src/android_libs/glide/library/src/main/libglide-src.jar \