aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-04-19 12:54:27 -0700
committerChristopher Wiley <wiley@google.com>2016-04-19 12:54:27 -0700
commit954874f0897fa810e2bdfbd44d1694c4da2fd461 (patch)
tree2c752f85e12d814ad128630c48f83cabd3fa7e66
parent6f44f7df98871af1b3ffd9715eb047a21ec2b418 (diff)
downloadperipheralmanager-954874f0897fa810e2bdfbd44d1694c4da2fd461.tar.gz
libperipheralman_binder needs libbinder include paths
Bug: 27804373 Change-Id: I7c22373834ce6333c46a79d635409cbf9b069bcb Test: Compiles
-rw-r--r--ipc/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipc/Android.mk b/ipc/Android.mk
index 949482a..a393289 100644
--- a/ipc/Android.mk
+++ b/ipc/Android.mk
@@ -19,6 +19,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libperipheralman_binder
+LOCAL_SHARED_LIBRARIES := libbinder
+LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbinder
+
LOCAL_SRC_FILES := \
android/os/IPeripheralManagerClient.aidl \
android/os/IPeripheralManager.aidl \