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

Commit 90d0eb5b authored by Chris Manton's avatar Chris Manton
Browse files

net_test_btif_rc: Include fully qualified pathname

Bug: 312991891
Test: atest net_test_btif_rc

Change-Id: Ia2941396f4724ee39ef8533f09c51f40ecd3889d
parent 685b43ed
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -14,27 +14,25 @@
 * limitations under the License.
 */

#include <base/logging.h>
#undef LOG_TAG  // Undefine the LOG_TAG by this compilation unit
#include "btif/src/btif_rc.cc"

#include <gtest/gtest.h>
#include <stdio.h>

#include <cstdint>
#include <future>

#include "bta/include/bta_av_api.h"
#include "btif/avrcp/avrcp_service.h"
#include "btif/include/btif_common.h"
#include "common/message_loop_thread.h"
#include "device/include/interop.h"
#include "include/hardware/bt_rc.h"
#include "stack/include/bt_hdr.h"
#include "test/common/mock_functions.h"
#include "test/mock/mock_osi_alarm.h"
#include "test/mock/mock_osi_allocator.h"
#include "test/mock/mock_osi_list.h"
#include "types/raw_address.h"
#undef LOG_TAG
#include "avrcp_service.h"
#include "btif/src/btif_rc.cc"

namespace bluetooth {
namespace avrcp {