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

Commit b1462a2b authored by Chris Manton's avatar Chris Manton
Browse files

Sort properly btif/Android::btifCommonIncludes

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: Ib5ee07e15fb43246d7bd43bb341e5d90e999fb7f
parent 691b78da
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -10,27 +10,27 @@ package {

btifCommonIncludes = [
    "packages/modules/Bluetooth/system",
    "packages/modules/Bluetooth/system/bta/dm",
    "packages/modules/Bluetooth/system/bta/include",
    "packages/modules/Bluetooth/system/bta/sys",
    "packages/modules/Bluetooth/system/bta/dm",
    "packages/modules/Bluetooth/system/btcore/include",
    "packages/modules/Bluetooth/system/btif/avrcp",
    "packages/modules/Bluetooth/system/btif/co",
    "packages/modules/Bluetooth/system/btif/include",
    "packages/modules/Bluetooth/system/device/include",
    "packages/modules/Bluetooth/system/embdrv/sbc/decoder/include",
    "packages/modules/Bluetooth/system/embdrv/sbc/encoder/include",
    "packages/modules/Bluetooth/system/hci/include",
    "packages/modules/Bluetooth/system/include",
    "packages/modules/Bluetooth/system/internal_include",
    "packages/modules/Bluetooth/system/stack/include",
    "packages/modules/Bluetooth/system/stack/l2cap",
    "packages/modules/Bluetooth/system/stack/a2dp",
    "packages/modules/Bluetooth/system/stack/btm",
    "packages/modules/Bluetooth/system/stack/avdt",
    "packages/modules/Bluetooth/system/stack/btm",
    "packages/modules/Bluetooth/system/stack/include",
    "packages/modules/Bluetooth/system/stack/l2cap",
    "packages/modules/Bluetooth/system/udrv/include",
    "packages/modules/Bluetooth/system/btif/avrcp",
    "packages/modules/Bluetooth/system/btif/include",
    "packages/modules/Bluetooth/system/btif/co",
    "packages/modules/Bluetooth/system/hci/include",
    "packages/modules/Bluetooth/system/vnd/include",
    "packages/modules/Bluetooth/system/embdrv/sbc/encoder/include",
    "packages/modules/Bluetooth/system/embdrv/sbc/decoder/include",
    "packages/modules/Bluetooth/system/utils/include",
    "packages/modules/Bluetooth/system/include",
    "packages/modules/Bluetooth/system/vnd/include",
    "system/libhwbinder/include",
]