diff options
author | 2025-03-13 13:45:41 -0700 | |
---|---|---|
committer | 2025-03-13 13:45:41 -0700 | |
commit | cce29be72c25b2d333cfa67a12d2f561a5d1f226 (patch) | |
tree | 7acc4b251827d45e9685dec651080ced973f805e /libs/binder | |
parent | a4a2dd9bc2e35bf1306f7aeb8fe0351b776ba1d4 (diff) | |
parent | 79e7fcc2d771f6147ffa44dbef6985ac8101a320 (diff) |
Merge "libbinder: export fewer symbols for vendor builds" into main
Diffstat (limited to 'libs/binder')
-rw-r--r-- | libs/binder/Android.bp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 9d9ae31ccf..afdc676e34 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -276,15 +276,6 @@ cc_defaults { "-fvisibility=hidden", "-DBUILDING_LIBBINDER", ], - - target: { - vendor: { - // Trimming the exported symbols reveals a bug in vendor code, so - // disable it for the vendor variant for now. http://b/349657329 - // TODO: Fix the issue and remove this override. - cflags: ["-fvisibility=default"], - }, - }, } cc_defaults { |