Loading tools/rootcanal/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ genrule { " $(location :pdl_python_generator)" + " --output $(out) --custom-type-location py.bluetooth", srcs: [ "packets/hci/hci_packets.pdl", "packets/hci_packets.pdl", ], out: [ "hci_packets.py", Loading Loading @@ -420,7 +420,7 @@ genrule { " --include-header hci/address.h" + " --output $(out)", srcs: [ "packets/hci/hci_packets.pdl", "packets/hci_packets.pdl", ], out: [ "packets/hci_packets.h", Loading Loading @@ -472,6 +472,6 @@ genrule { genrule { name: "rootcanal_hci_packets_rust_gen", defaults: ["pdl_rust_generator_defaults"], srcs: ["packets/hci/hci_packets.pdl"], srcs: ["packets/hci_packets.pdl"], out: ["hci_packets.rs"], } tools/rootcanal/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ endfunction() pdl_gen( NAME BluetoothGeneratedPackets_h INPUT ${ROOTCANAL_ROOT}/packets/hci/hci_packets.pdl INPUT ${ROOTCANAL_ROOT}/packets/hci_packets.pdl OUTPUT packets/hci_packets.h LANG c++ NAMESPACE "bluetooth::hci" Loading tools/rootcanal/packets/hci/hci_packets.pdl→tools/rootcanal/packets/hci_packets.pdl +0 −0 File moved. View file tools/rootcanal/rust/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ message(STATUS "Enabling bluetooth LMP module.") pdl_gen( NAME hci_packets_rs INPUT ${ROOTCANAL_ROOT}/packets/hci/hci_packets.pdl INPUT ${ROOTCANAL_ROOT}/packets/hci_packets.pdl OUTPUT hci_packets.rs LANG rust) Loading tools/rootcanal/rust/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ fn main() { install_generated_module( "hci_packets.rs", "HCI_PACKETS_PREBUILT", &PathBuf::from("../packets/hci/hci_packets.pdl").canonicalize().unwrap(), &PathBuf::from("../packets/hci_packets.pdl").canonicalize().unwrap(), ); } Loading Loading
tools/rootcanal/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ genrule { " $(location :pdl_python_generator)" + " --output $(out) --custom-type-location py.bluetooth", srcs: [ "packets/hci/hci_packets.pdl", "packets/hci_packets.pdl", ], out: [ "hci_packets.py", Loading Loading @@ -420,7 +420,7 @@ genrule { " --include-header hci/address.h" + " --output $(out)", srcs: [ "packets/hci/hci_packets.pdl", "packets/hci_packets.pdl", ], out: [ "packets/hci_packets.h", Loading Loading @@ -472,6 +472,6 @@ genrule { genrule { name: "rootcanal_hci_packets_rust_gen", defaults: ["pdl_rust_generator_defaults"], srcs: ["packets/hci/hci_packets.pdl"], srcs: ["packets/hci_packets.pdl"], out: ["hci_packets.rs"], }
tools/rootcanal/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ endfunction() pdl_gen( NAME BluetoothGeneratedPackets_h INPUT ${ROOTCANAL_ROOT}/packets/hci/hci_packets.pdl INPUT ${ROOTCANAL_ROOT}/packets/hci_packets.pdl OUTPUT packets/hci_packets.h LANG c++ NAMESPACE "bluetooth::hci" Loading
tools/rootcanal/packets/hci/hci_packets.pdl→tools/rootcanal/packets/hci_packets.pdl +0 −0 File moved. View file
tools/rootcanal/rust/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ message(STATUS "Enabling bluetooth LMP module.") pdl_gen( NAME hci_packets_rs INPUT ${ROOTCANAL_ROOT}/packets/hci/hci_packets.pdl INPUT ${ROOTCANAL_ROOT}/packets/hci_packets.pdl OUTPUT hci_packets.rs LANG rust) Loading
tools/rootcanal/rust/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ fn main() { install_generated_module( "hci_packets.rs", "HCI_PACKETS_PREBUILT", &PathBuf::from("../packets/hci/hci_packets.pdl").canonicalize().unwrap(), &PathBuf::from("../packets/hci_packets.pdl").canonicalize().unwrap(), ); } Loading