We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4a2dd9 + 79e7fcc commit cce29beCopy full SHA for cce29be
1 file changed
libs/binder/Android.bp
@@ -276,15 +276,6 @@ cc_defaults {
276
"-fvisibility=hidden",
277
"-DBUILDING_LIBBINDER",
278
],
279
-
280
- target: {
281
- vendor: {
282
- // Trimming the exported symbols reveals a bug in vendor code, so
283
- // disable it for the vendor variant for now. http://b/349657329
284
- // TODO: Fix the issue and remove this override.
285
- cflags: ["-fvisibility=default"],
286
- },
287
288
}
289
290
cc_defaults {
0 commit comments