summaryrefslogtreecommitdiff
path: root/libs/binder/BackendUnifiedServiceManager.cpp
diff options
context:
space:
mode:
author Tomasz Wasilczyk <twasilczyk@google.com> 2024-06-26 12:45:57 -0700
committer Tomasz Wasilczyk <twasilczyk@google.com> 2024-06-28 14:45:40 +0000
commitfe25f12be72212333ab35ee3c62b155d2f557077 (patch)
treed0a27801bb8ca89e20646aca06cc180334ef4b0f /libs/binder/BackendUnifiedServiceManager.cpp
parent8a56df6825b5042503d74d690071c4bca9db91f2 (diff)
BackendUnifiedServiceManager: tidy up includes
This was breaking Linux Binder IPC (WIP) build. Bug: 341997808 Test: mma Change-Id: Ic3f25c9c49773d4f7c759e8318513f166ec2d995
Diffstat (limited to 'libs/binder/BackendUnifiedServiceManager.cpp')
-rw-r--r--libs/binder/BackendUnifiedServiceManager.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/BackendUnifiedServiceManager.cpp b/libs/binder/BackendUnifiedServiceManager.cpp
index 496c5ef788..b0d3048c37 100644
--- a/libs/binder/BackendUnifiedServiceManager.cpp
+++ b/libs/binder/BackendUnifiedServiceManager.cpp
@@ -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;