Skip to content

Commit cce29be

Browse files
fkm3Gerrit Code Review
authored andcommitted
Merge "libbinder: export fewer symbols for vendor builds" into main
2 parents a4a2dd9 + 79e7fcc commit cce29be

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

libs/binder/Android.bp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,6 @@ cc_defaults {
276276
"-fvisibility=hidden",
277277
"-DBUILDING_LIBBINDER",
278278
],
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-
},
288279
}
289280

290281
cc_defaults {

0 commit comments

Comments
 (0)