aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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