Remove //apex_available:platform from libdl,libdl_android,libm
https://r.android.com/3248918 removed //apex_available:platform from
libc, but skipped this for the other bionic libaries. Since these
libraries are part of the runtime apex, drop //apex_available:platform
from their apex_available property
Test: m libm-checkbuild libdl-checkbuild libdl_android-checkbuild com.android.runtime
Test: no changes in the list of installed files
(out/target/product/$product/obj/PACKAGING/system_intermediates/file_list.txt)
Change-Id: I2851363ccf286f087c23287e9c22871ebcafcbaa
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 1bbd902..87db4b1 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -123,7 +123,6 @@
},
apex_available: [
- "//apex_available:platform",
"com.android.runtime",
],
}
@@ -170,7 +169,6 @@
},
apex_available: [
- "//apex_available:platform",
"com.android.runtime",
],
}
diff --git a/libm/Android.bp b/libm/Android.bp
index 9fd79f8..ee86959 100644
--- a/libm/Android.bp
+++ b/libm/Android.bp
@@ -435,7 +435,6 @@
},
apex_available: [
- "//apex_available:platform",
"com.android.runtime",
],