You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
489 B
19 lines
489 B
android_library { |
|
name: "glide", |
|
srcs: [ |
|
"library/src/**/*.java", |
|
"third_party/disklrucache/src/**/*.java", |
|
"third_party/gif_decoder/src/**/*.java", |
|
"third_party/gif_encoder/src/**/*.java", |
|
], |
|
manifest: "library/src/main/AndroidManifest.xml", |
|
libs: [ |
|
"android-support-core-ui", |
|
"android-support-compat", |
|
"volley", |
|
], |
|
static_libs: [ |
|
"android-support-fragment", |
|
], |
|
sdk_version: "current", |
|
}
|
|
|