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

Commit 7578a294 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

Replace log/log.h with android/log.h

Actually, remove reference, android logging is not used here.

Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I37731dc37f61c129f3440e5d9ff1d0e71fe193d0
parent fbd7629e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -22,13 +22,11 @@
 *                 socket usage per app UID.
 *
 ***********************************************************************************/
#define LOG_TAG "bt_uid_set"
#include <pthread.h>

#include "bt_common.h"
#include "btif_uid.h"

#include <log/log.h>
#include <pthread.h>

typedef struct uid_set_node_t {
    struct uid_set_node_t* next;
    bt_uid_traffic_t data;