Skip to content
Snippets Groups Projects
Commit 5d398d54 authored by William Escande's avatar William Escande
Browse files

Remove un-necessary build dependencies

Test: mmm packages/modules/Bluetooth
Flag: Exempt, Build change only
Bug: 327276793
Change-Id: I2f21c24aed68bafc3abca17f25a83ce202209514
parent adacd755
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ cc_library_shared {
"server_configurable_flags",
],
shared_libs: [
"libPlatformProperties",
"libaaudio",
"libbinder_ndk",
"libcrypto",
......
......@@ -88,7 +88,6 @@ cc_defaults {
"libcgrouprc",
"libcgrouprc_format",
"libchrome",
"libcom.android.sysprop.bluetooth.wrapped",
"libcutils",
"libevent",
"libg722codec",
......
......@@ -72,7 +72,6 @@ rust_defaults {
"libbtif-core",
"libc++fs",
"libchrome",
"libcom.android.sysprop.bluetooth.wrapped",
"libevent",
"libflatbuffers-cpp",
"libg722codec",
......@@ -82,7 +81,6 @@ rust_defaults {
"libudrv-uipc",
],
shared_libs: [
"libPlatformProperties",
"libcrypto",
"libcutils",
"libgrpc++",
......
......@@ -149,13 +149,13 @@ cc_library_static {
],
whole_static_libs: [
"libbluetooth_gd", // Gabeldorsche
"libcom.android.sysprop.bluetooth.wrapped",
],
header_libs: ["libbluetooth_headers"],
static_libs: [
"libbluetooth_log",
"libbt-platform-protos-lite",
"libbt_shim_bridge",
"libcom.android.sysprop.bluetooth.wrapped",
],
}
......
......@@ -1676,7 +1676,6 @@ cc_test {
"libosi",
],
shared_libs: [
"libPlatformProperties",
"libcrypto",
],
sanitize: {
......@@ -1740,7 +1739,6 @@ cc_test {
"libprotobuf-cpp-lite",
],
shared_libs: [
"libPlatformProperties",
"libcrypto",
],
target: {
......
......@@ -60,7 +60,6 @@ cc_defaults {
"libbte",
"libbtif",
"libbtif-core",
"libcom.android.sysprop.bluetooth.wrapped",
"libg722codec",
"liblc3",
"libopus",
......
......@@ -113,7 +113,6 @@ cc_binary {
"libbtif-core",
"libc++fs",
"libchrome",
"libcom.android.sysprop.bluetooth.wrapped",
"libevent",
"libflatbuffers-cpp",
"libfmq",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment