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

Commit b4bdc788 authored by Henri Chataing's avatar Henri Chataing
Browse files

system/main: Remove librchrome log initialization

Bug: 305066880
Test: m com.android.btservices
Flag: EXEMPT, no-op change
Change-Id: Ieafa9921cb80a8a80bf6e9b23fcc1a12ad2717d8
parent c73a64d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@

#include <shared_mutex>

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "common/init_flags.h"
#include "hardware/bt_bqr.h"
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#define LOG_TAG "BluetoothKeystoreServiceJni"

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "hardware/bt_keystore.h"

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@

#include <shared_mutex>

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "hardware/bt_csis.h"

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@

#include <shared_mutex>

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "hardware/bt_has.h"

+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#define LOG_TAG "BluetoothHearingAidServiceJni"

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "hardware/bt_hearing_aid.h"

Loading