Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76a34f75 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

floss: Fix bluetooth_packetgen include am: 09973e2e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1895895

Change-Id: Ibdf4a0f357838d5febf17cd487629b25adc8ab95
parents 80604c67 09973e2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,6 +132,6 @@ packetgen_headers("BluetoothGeneratedPackets_h") {
packetgen_rust("BluetoothGeneratedPackets_rust") {
  sources = [ "hci/hci_packets.pdl" ]

  include = "bt/gd"
  include = "system/gd"
  source_root = "../.."
}