aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:07:58 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:07:58 +0000
commit3b53ce72a7efb74f2ed8eacac78b4b256d929231 (patch)
tree38a16ba8bc15938f242d8f0b7539f8b375375396
parent5fb46aa47bd8d0ca763b7f17033a6f842e57d4f9 (diff)
parent5c104d3947ca2785f2ec169a2333ab336c2f0a5e (diff)
downloadsubsampling-scale-image-view-android12-mainline-ipsec-release.tar.gz
Change-Id: I78cfdb38057b9cf3fc6f745b22e7e723efb75c60
-rw-r--r--Android.bp30
-rw-r--r--METADATA3
2 files changed, 33 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
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}