summaryrefslogtreecommitdiff
path: root/system/pdl/Android.bp
blob: c9ae5f20cf7eb5c5d93a37f264f7636b466288f7 (plain)
1
2
3
4
5
6
genrule_defaults {
    name: "BluetoothGeneratedPackets_default",
    tools: ["bluetooth_packetgen"],
    cmd: "$(location bluetooth_packetgen) --fuzzing --testing --include=packages/modules/Bluetooth/system/pdl --out=$(genDir) $(in)",
    defaults_visibility: [":__subpackages__"],
}