Skip to content

Commit ad992ab

Browse files
committed
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
1 parent 15f834e commit ad992ab

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

libdl/Android.bp

-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ cc_library {
123123
},
124124

125125
apex_available: [
126-
"//apex_available:platform",
127126
"com.android.runtime",
128127
],
129128
}
@@ -170,7 +169,6 @@ cc_library {
170169
},
171170

172171
apex_available: [
173-
"//apex_available:platform",
174172
"com.android.runtime",
175173
],
176174
}

libm/Android.bp

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ cc_library {
435435
},
436436

437437
apex_available: [
438-
"//apex_available:platform",
439438
"com.android.runtime",
440439
],
441440

0 commit comments

Comments
 (0)