Snap for 7474514 from bd7c18cb171dca22d8784477fd28fc1456712560 to mainline-media-swcodec-release

Change-Id: I7a2d1117978acfe714cb7b577a71ca6dbdfbfea5
diff --git a/Android.bp b/Android.bp
index aa75e58..27f1614 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,22 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_fdlibm_license"],
+}
+
+// Added automatically by a large-scale-change
+license {
+    name: "external_fdlibm_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "NOTICE",
+    ],
+}
+
 cc_library_static {
     name: "libfdlibm",
     host_supported: true,
@@ -130,7 +146,8 @@
     ],
 
     apex_available: [
-        "com.android.art.release",
+        "com.android.art",
         "com.android.art.debug",
     ],
+    min_sdk_version: "S",
 }
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
+}
diff --git a/OWNERS b/OWNERS
index 7529e13..2682388 100644
--- a/OWNERS
+++ b/OWNERS
@@ -2,3 +2,7 @@
 # Please update this list if you find better candidates.
 enh@google.com
 narayan@google.com
+dauletz@google.com
+oth@google.com
+hboehm@google.com
+ngeoffray@google.com