Link against libhidl for HidlSupport/svcmgr

Bug: 30839546
Change-Id: I52609576aa7f10da608725ef4ea78b778f127eef
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Martijn Coenen
2016-08-19 14:23:42 +02:00
parent 281ac40c97
commit 5f9e4f86e8
4 changed files with 4 additions and 3 deletions

View File

@@ -264,6 +264,7 @@ LOCAL_SHARED_LIBRARIES := \
libradio_metadata \ libradio_metadata \
libnativeloader \ libnativeloader \
libmemunreachable \ libmemunreachable \
libhidl \
libhwbinder \ libhwbinder \
LOCAL_SHARED_LIBRARIES += \ LOCAL_SHARED_LIBRARIES += \

View File

@@ -25,7 +25,7 @@
#include <JNIHelp.h> #include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h> #include <android_runtime/AndroidRuntime.h>
#include <hwbinder/IServiceManager.h> #include <hidl/IServiceManager.h>
#include <hwbinder/ProcessState.h> #include <hwbinder/ProcessState.h>
#include <hwbinder/Status.h> #include <hwbinder/Status.h>
#include <nativehelper/ScopedLocalRef.h> #include <nativehelper/ScopedLocalRef.h>

View File

@@ -24,7 +24,7 @@
#include <JNIHelp.h> #include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h> #include <android_runtime/AndroidRuntime.h>
#include <hwbinder/IServiceManager.h> #include <hidl/IServiceManager.h>
#include <hwbinder/Status.h> #include <hwbinder/Status.h>
#include <nativehelper/ScopedLocalRef.h> #include <nativehelper/ScopedLocalRef.h>

View File

@@ -19,7 +19,7 @@
#define EPHEMERAL_STORAGE_H_ #define EPHEMERAL_STORAGE_H_
#include <android-base/macros.h> #include <android-base/macros.h>
#include <hwbinder/HidlSupport.h> #include <hidl/HidlSupport.h>
#include <jni.h> #include <jni.h>
#include <utils/Vector.h> #include <utils/Vector.h>