aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:31:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:31:42 +0000
commit85e38f73b1db89f7d48bd1e1b8cd1bb8f009fcae (patch)
treebaa180efc9ea514f4a3f0c36f706b99e559aeb1d
parentdde1f798dc5758bd96c2b0613a2fe0940249c9f0 (diff)
parentbd7c18cb171dca22d8784477fd28fc1456712560 (diff)
downloadfdlibm-android12-mainline-statsd-release.tar.gz
Snap for 7550844 from bd7c18cb171dca22d8784477fd28fc1456712560 to mainline-os-statsd-releaseandroid-mainline-12.0.0_r84android-mainline-12.0.0_r58android12-mainline-statsd-release
Change-Id: I7ed1a780dbbf7d21235bdb9c18c8573dca235a62
-rw-r--r--Android.bp19
-rw-r--r--METADATA3
-rw-r--r--OWNERS4
3 files changed, 25 insertions, 1 deletions
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 @@ cc_library_static {
],
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