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

Commit 0047781d authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Add host support for embdrv/ am: 962fb959

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1606555

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie606f53f425a95667f48fe4feaab0e8b92f91725
parents 27a79702 962fb959
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ cc_library_static {
        "g722_decode.cc",
        "g722_encode.cc",
    ],
    host_supported: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ cc_library_static {
        "include",
        "srce",
    ],
    host_supported: true,
}

cc_fuzz {
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@ cc_library_static {
        "packages/modules/Bluetooth/system/internal_include",
        "packages/modules/Bluetooth/system/stack/include",
    ],
    host_supported: true,
}