Link against libhidl for HidlSupport/svcmgr

am: 5f9e4f86e8

Change-Id: I8955cfde144b8cc985788ed0fcea5403c56b30df
This commit is contained in:
Martijn Coenen
2016-09-07 18:27:24 +00:00
committed by android-build-merger
4 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>