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

Commit cd5ba9c7 authored by Yuyang Huang's avatar Yuyang Huang
Browse files

Integrate hfp_client_interface_host.cc to floss build to avoid floss build issue

floss build removes all feature flag. So if feature flag is false, then for floss build, compiler won't check for code's dependency.

Bug: 312592568
Bug: 315234036
Test: m floss
Change-Id: I7858bfb2ac7805040081ddf618faaea2204ec861
parent 2cfacb09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ static_library("audio_hal_interface") {
  sources = [
    "a2dp_encoding_host.cc",
    "hearing_aid_software_encoding_host.cc",
    "hfp_client_interface_host.cc",
    "le_audio_software_host.cc",
  ]