• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1genrule_defaults {
2    name: "BluetoothGeneratedPackets_default",
3    tools: ["bluetooth_packetgen"],
4    cmd: "$(location bluetooth_packetgen) --fuzzing --testing --include=packages/modules/Bluetooth/system/pdl --out=$(genDir) $(in)",
5    defaults_visibility: [":__subpackages__"],
6}
7