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

Commit f72f3b36 authored by Bailey Kuo's avatar Bailey Kuo Committed by Thomas Girardier
Browse files

Export Bluetooth headers in libbt-rootcanal

hci_packets.h in BluetoothGeneratedPackets_h is indirected included by model/devices/device_properties.h

Bug: 245578454
Test: m root-canal
Change-Id: Id6d7621a6e59a01a1b104ed18ff7a4940f9873fe
Merged-In: Id6d7621a6e59a01a1b104ed18ff7a4940f9873fe
parent f52ffd7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -97,6 +97,9 @@ cc_library_static {
        "include",
        ".",
    ],
    export_generated_headers: [
        "BluetoothGeneratedPackets_h"
    ],
    shared_libs: [
        "liblog",
    ],