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

Commit 09973e2e authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

floss: Fix bluetooth_packetgen include

Should be migrated to system/gd as well. Not doing so caused
BluetoothGeneratedPackets_rust to be always rebuilt since we don't
detect the right output file.

Bug: 205591223
Tag: #floss
Test: Build on Linux

Change-Id: Ife2b03e993a2d5e952f483eda264494c386a7362
parent 04fd0b45
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 = "../.."
}