PSA: "_llcpp" binding suffix in GN and "lib/fidl/llcpp" includes are going away
5 views
Skip to first unread message
Yifei Teng
unread,
Aug 12, 2022, 5:11:26 PM8/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anno...@fuchsia.dev
You may stop reading if you don't write C++ or don't use the LLCPP bindings. Re New C++ FIDL bindings are here (an update on LLCPP), we're dropping the "LL" (low-level) from the binding's name. I'm landing two CLs:
- fxrev.dev/710384 which moves headers includes from "#include <lib/fidl/llcpp/...>" to "#include <lib/fidl/cpp/wire/...>"
- fxrev.dev/710563 which renames generated bindings code GN targets from "fuchsia.my.lib_llcpp" to "fuchsia.my.lib_cpp_wire".
If you have in-flight CLs that use the older names, you may follow similar changes in those two CLs to update them to new names. Or reach out to yif...@google.com if you need more help. Thanks!