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

Commit fe25f12b authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

BackendUnifiedServiceManager: tidy up includes

This was breaking Linux Binder IPC (WIP) build.

Bug: 341997808
Test: mma
Change-Id: Ic3f25c9c49773d4f7c759e8318513f166ec2d995
parent 8a56df68
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */
#include "BackendUnifiedServiceManager.h"

#if defined(__BIONIC__) && !defined(__ANDROID_VNDK__)
#include <android-base/properties.h>
#endif

namespace android {

using AidlServiceManager = android::os::IServiceManager;
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */
#pragma once

#include <android-base/properties.h>
#include <android/os/BnServiceManager.h>
#include <android/os/IServiceManager.h>
#include <binder/IPCThreadState.h>
+1 −1
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

#define LOG_TAG "ServiceManagerCppClient"

#include <BackendUnifiedServiceManager.h>
#include <binder/IServiceManager.h>
#include "BackendUnifiedServiceManager.h"

#include <inttypes.h>
#include <unistd.h>