summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 01fe22a..0dc42b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -120,6 +120,7 @@ cc_library_static {
shared_libs: [
"android.hardware.net.nlinterceptor-V1-ndk",
"libbase",
+ "libbinder",
"libutils",
"libwifi-system-iface",
],
@@ -180,6 +181,7 @@ cc_library_static {
local_include_dirs: ["aidl"],
export_aidl_headers: true,
},
+ export_shared_lib_headers: ["libbinder"],
srcs: [
"ipc_constants.cpp",
":libwificond_ipc_aidl",