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

Commit 7a54282c authored by Iliyan Malchev's avatar Iliyan Malchev Committed by Android (Google) Code Review
Browse files

Merge "Link against libhidl for HidlSupport/svcmgr."

parents 269dbb42 d2b42cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ LOCAL_SHARED_LIBRARIES := \
    libradio_metadata \
    libnativeloader \
    libmemunreachable \
    libhidl \
    libhwbinder \

LOCAL_SHARED_LIBRARIES += \
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>
#include <hwbinder/IServiceManager.h>
#include <hidl/IServiceManager.h>
#include <hwbinder/ProcessState.h>
#include <hwbinder/Status.h>
#include <nativehelper/ScopedLocalRef.h>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

#include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>
#include <hwbinder/IServiceManager.h>
#include <hidl/IServiceManager.h>
#include <hwbinder/Status.h>
#include <nativehelper/ScopedLocalRef.h>

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#define EPHEMERAL_STORAGE_H_

#include <android-base/macros.h>
#include <hwbinder/HidlSupport.h>
#include <hidl/HidlSupport.h>
#include <jni.h>
#include <utils/Vector.h>