[roll] Roll fuchsia [bind] Update bind_rules to driver_bind_rules
Update all of the bind_rules to the new driver_bind_rules so that
a bind file is generated as well.
These changes were almost entirely generated by the following commands:
find src -name BUILD.gn -exec sed -i -E 's/output = "(.*).h"/header_output = "\1.h"/g' {} \;
find src -name BUILD.gn -exec sed -i -E 's/bind_rules\("/driver_bind_rules\("/g' {} \;
I then went through the drivers that are included in the allowlist
goldens and made sure the bind programs matched the driver names.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/550481
Original-Revision: 734a0885a4c1862403d1ad749cc0be7dabecf742
GitOrigin-RevId: 7e3c70f572122ba792c19d37eec2163e9d98f2e5
Change-Id: I1fc6a2c6a28fae9c6f79e6dd3a62b1d7af750f20
diff --git a/stem b/stem
index f8f2915..41dfe52 100644
--- a/stem
+++ b/stem
@@ -10,7 +10,7 @@
githooks=""
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="2f0879afeb5e5fba949dc377dcfd8c5ed21d9d76"/>
+ revision="734a0885a4c1862403d1ad749cc0be7dabecf742"/>
</projects>
<hooks>
<hook name="install-environment"