move to new MQDescriptor.
b/31091383: Adding WireMQDescriptor as a hidl type
Change-Id: Ib19371845a0026f49285d7c615cbc4fcc7f16c1a
diff --git a/Android.mk b/Android.mk
index 3057b30..3b15645 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,7 @@
include $(CLEAR_VARS)
LOCAL_MODULE := libhidl
-LOCAL_SHARED_LIBRARIES := libbase liblog libutils libhwbinder
+LOCAL_SHARED_LIBRARIES := libbase liblog libutils libhwbinder libcutils
LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbase libutils
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
@@ -23,9 +23,10 @@
LOCAL_CLANG := true
LOCAL_SANITIZE := integer
LOCAL_SRC_FILES := \
- HidlSupport.cpp \
- IServiceManager.cpp \
- Static.cpp \
+ HidlSupport.cpp \
+ IServiceManager.cpp \
+ MQDescriptor.cpp \
+ Static.cpp \
Status.cpp
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include