From 6eb5834f46129376fafac9a456625ccd9406ba60 Mon Sep 17 00:00:00 2001 From: Ta-wei Yen Date: Thu, 25 Jan 2018 18:14:11 -0800 Subject: Add glide annotation and compiler and update snapshot Test: make Change-Id: I02ab4036616684e3f377429aa3a315279047120f --- README.txt | 2 +- .../SNAPSHOT/annotation-SNAPSHOT-sources.jar | Bin 0 -> 5573 bytes .../annotation/SNAPSHOT/annotation-SNAPSHOT.jar | Bin 0 -> 3820 bytes .../SNAPSHOT/compiler-SNAPSHOT-sources.jar | Bin 0 -> 36568 bytes .../glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar | Bin 0 -> 85293 bytes .../SNAPSHOT/disklrucache-SNAPSHOT.jar | Bin 20057 -> 20067 bytes .../SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar | Bin 17188 -> 17699 bytes .../gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar | Bin 17949 -> 18926 bytes .../glide/SNAPSHOT/glide-SNAPSHOT-sources.jar | Bin 317039 -> 376408 bytes .../glide/glide/SNAPSHOT/glide-SNAPSHOT.jar | Bin 587697 -> 660928 bytes update_repo.sh | 12 ++++++++++++ 11 files changed, 13 insertions(+), 1 deletion(-) create mode 100755 com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar create mode 100755 com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar create mode 100755 com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar create mode 100755 com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar 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 Binary files /dev/null and b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar 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 Binary files /dev/null and b/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar 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 Binary files /dev/null and b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar 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 Binary files /dev/null and b/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar 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 Binary files a/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar and b/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar 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 Binary files a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar and b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar 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 Binary files a/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar and b/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar 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 Binary files a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar and b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar 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 Binary files a/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar and b/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar 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 @@ pushd /google/src/cloud/$USER/sync_glide_google3_android/google3 >> /dev/null 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 @@ blaze build \ 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 \ -- cgit v1.2.3