summaryrefslogtreecommitdiff
path: root/transport/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'transport/Android.bp')
-rw-r--r--transport/Android.bp17
1 files changed, 3 insertions, 14 deletions
diff --git a/transport/Android.bp b/transport/Android.bp
index 324dbde..50f277e 100644
--- a/transport/Android.bp
+++ b/transport/Android.bp
@@ -22,32 +22,23 @@ cc_defaults {
"libbase",
"liblog",
"libutils",
+ "libhwbinder",
"libcutils",
+ "libvndksupport"
],
export_shared_lib_headers: [
"libutils",
],
- static_libs: [
- "libhwbinder-impl-internal",
- ],
target: {
- android: {
- shared_libs: [
- "libvndksupport",
- ],
- },
recovery: {
- exclude_shared_libs: [
- "libvndksupport",
- ],
+ exclude_shared_libs: ["libvndksupport"],
},
},
}
cc_library_static {
name: "libhidltransport-impl-internal",
- host_supported: true,
vendor_available: true,
recovery_available: true,
@@ -103,6 +94,4 @@ cc_library_static {
cflags: ["-DENFORCE_VINTF_MANIFEST"]
},
},
-
- visibility: ["//system/libhidl:__subpackages__"],
}