aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:32 +0000
commit258fb8cde824883af3790e228ee07503b7693e2f (patch)
treeec4073295e5b5d8a0085713b9f775af66c4d330c
parenta1fc22d0a1c27267d83cb84813ca213aa2949356 (diff)
parentdde1f798dc5758bd96c2b0613a2fe0940249c9f0 (diff)
downloadfdlibm-258fb8cde824883af3790e228ee07503b7693e2f.tar.gz
Change-Id: If4f7cc05307a833d2e4824e2153aeecaaf222ad5
-rw-r--r--Android.bp19
-rw-r--r--METADATA3
-rw-r--r--OWNERS4
3 files changed, 1 insertions, 25 deletions
diff --git a/Android.bp b/Android.bp
index 27f1614..aa75e58 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,22 +12,6 @@
// 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,
@@ -146,8 +130,7 @@ cc_library_static {
],
apex_available: [
- "com.android.art",
+ "com.android.art.release",
"com.android.art.debug",
],
- min_sdk_version: "S",
}
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975c..0000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: NOTICE
-}
diff --git a/OWNERS b/OWNERS
index 2682388..7529e13 100644
--- a/OWNERS
+++ b/OWNERS
@@ -2,7 +2,3 @@
# 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