aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-14 01:05:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-14 01:05:17 +0000
commiteb9a9e83de24b1b9ef4a09653cc0ecfaff7e32f5 (patch)
tree38a16ba8bc15938f242d8f0b7539f8b375375396
parent6f1e0e4813342471815fbbd05e51801571415af5 (diff)
parent65c444d1ca57cd031cbcddb4610f05ccb6b6463f (diff)
downloadsubsampling-scale-image-view-eb9a9e83de24b1b9ef4a09653cc0ecfaff7e32f5.tar.gz
Snap for 7821744 from 65c444d1ca57cd031cbcddb4610f05ccb6b6463f to sdk-release
Change-Id: I544d6101d75caf42ae1101c125aa4f1e22fdceab
-rw-r--r--Android.bp30
1 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..4c370ec
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,30 @@
+package {
+ default_applicable_licenses: ["external_subsampling-scale-image-view_license"],
+}
+
+license {
+ name: "external_subsampling-scale-image-view_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
+android_library {
+ name: "subsampling-scale-image-view",
+
+ static_libs: ["android-support-exifinterface"],
+ srcs: ["library/src/**/*.java"],
+ resource_dirs: ["library/src/main/res"],
+
+ optimize: {
+ enabled: false,
+ },
+
+ sdk_version: "current",
+ min_sdk_version: "26",
+ manifest: "library/src/main/AndroidManifest.xml",
+} \ No newline at end of file