OSDN Git Service

Link against libhidl for HidlSupport/svcmgr (DO NOT MERGE)
authorMartijn Coenen <maco@google.com>
Fri, 19 Aug 2016 12:23:42 +0000 (14:23 +0200)
committerIliyan Malchev <malchev@google.com>
Fri, 2 Sep 2016 01:18:57 +0000 (18:18 -0700)
Bug: 30839546
Change-Id: I52609576aa7f10da608725ef4ea78b778f127eef
Signed-off-by: Iliyan Malchev <malchev@google.com>
core/jni/Android.mk
core/jni/android_os_HwBinder.cpp
core/jni/android_os_HwRemoteBinder.cpp
core/jni/hwbinder/EphemeralStorage.h

index 8175bf6..08be2eb 100644 (file)
@@ -264,6 +264,7 @@ LOCAL_SHARED_LIBRARIES := \
     libradio_metadata \
     libnativeloader \
     libmemunreachable \
+    libhidl \
     libhwbinder \
 
 LOCAL_SHARED_LIBRARIES += \
index a45e1ee..132ed95 100644 (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>
index 23d4fce..81ba368 100644 (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>
 
index 1273003..b02ed9f 100644 (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>