summaryrefslogtreecommitdiff
path: root/libs/storage
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-04-14 10:16:33 -0700
committerChristopher Wiley <wiley@google.com>2016-04-14 10:16:33 -0700
commit1e06bde16e7bcbb2aeeeb6882571b3b07e2bc2f1 (patch)
tree051cca8cc266b01307db0a6a574dd36627d2e7bd /libs/storage
parent11b076b7d35054709e5d072fdc874d1a20835328 (diff)
libstorage needs libbinder include paths
This library is almost all binder related. It should be using libbinder's published include path. Bug: 27804373 Test: This library compiles with a slightly modified libbinder include path. Change-Id: Ib8e00b59604cdda69ec36cf1c90150b4b9033879
Diffstat (limited to 'libs/storage')
-rw-r--r--libs/storage/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/storage/Android.mk b/libs/storage/Android.mk
index fae2bf7c3457..d0eb6d4eb425 100644
--- a/libs/storage/Android.mk
+++ b/libs/storage/Android.mk
@@ -11,4 +11,6 @@ LOCAL_MODULE:= libstorage
LOCAL_CFLAGS += -Wall -Werror
+LOCAL_SHARED_LIBRARIES := libbinder
+
include $(BUILD_STATIC_LIBRARY)