summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-09-16 15:27:09 -0700
committerAlex Deymo <deymo@google.com>2016-09-16 15:27:09 -0700
commitac948adcef29fffc22308aa004caf404cf71b6d6 (patch)
treecbbdce2fb589e20b28cd112bf35342a9413db64b
parent806c2881429947ab4ae9c556799f84a30c01eb5e (diff)
downloadfirewalld-master.tar.gz
libfirewalld-binder-client includes headers from libbinderwrapper so it needs to include the library. Bug: None Test: It builds. Change-Id: I2c1b7cc79b09f5755b8f35c73d5b95e44f9b9ca8
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d0f44f4..8670008 100644
--- a/Android.mk
+++ b/Android.mk
@@ -58,7 +58,7 @@ LOCAL_MODULE := libfirewalld-binder-client
LOCAL_SRC_FILES := \
binder_bindings/android/firewalld/IFirewall.aidl \
firewall_binder_client.cc
-LOCAL_SHARED_LIBRARIES := libutils libbinder libchrome
+LOCAL_SHARED_LIBRARIES := libutils libbinder libbinderwrapper libchrome
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_CFLAGS += -I$(LOCAL_PATH)/include
$(eval $(firewalld_common_cpp))