Drop unnecessary dependencies to libbinder_rpc_unstable

Rust modules don't need to depend on the library because it's an
implementation detail of the Rust crate librpcbinder_rs.

Bug: N/A
Test: m
Change-Id: If2e1b98e2297b5a63ad785f2bcbe913a55ed46e0
This commit is contained in:
Jiyong Park 2023-02-17 14:04:35 +09:00
parent e37dae98a4
commit 437a88f109
7 changed files with 0 additions and 20 deletions

View File

@ -33,9 +33,6 @@ rust_defaults {
enabled: false, enabled: false,
}, },
}, },
shared_libs: [
"libbinder_rpc_unstable",
],
defaults: ["crosvm_defaults"], defaults: ["crosvm_defaults"],
} }

View File

@ -18,9 +18,6 @@ rust_binary {
"librpcbinder_rs", "librpcbinder_rs",
], ],
prefer_rlib: true, prefer_rlib: true,
shared_libs: [
"libbinder_rpc_unstable",
],
apex_available: ["com.android.virt"], apex_available: ["com.android.virt"],
} }
@ -40,8 +37,5 @@ rust_test {
"librpcbinder_rs", "librpcbinder_rs",
], ],
prefer_rlib: true, prefer_rlib: true,
shared_libs: [
"libbinder_rpc_unstable",
],
test_suites: ["general-tests"], test_suites: ["general-tests"],
} }

View File

@ -27,7 +27,6 @@ rust_defaults {
], ],
prefer_rlib: true, prefer_rlib: true,
shared_libs: [ shared_libs: [
"libbinder_rpc_unstable",
"libcrypto", "libcrypto",
], ],
} }

View File

@ -20,9 +20,6 @@ rust_library {
"libvmclient", "libvmclient",
], ],
proc_macros: ["libnum_derive"], proc_macros: ["libnum_derive"],
shared_libs: [
"libbinder_rpc_unstable",
],
apex_available: [ apex_available: [
"com.android.compos", "com.android.compos",
], ],

View File

@ -46,9 +46,6 @@ rust_defaults {
"libvsock", "libvsock",
"librand", "librand",
], ],
shared_libs: [
"libbinder_rpc_unstable",
],
init_rc: ["microdroid_manager.rc"], init_rc: ["microdroid_manager.rc"],
multilib: { multilib: {
lib32: { lib32: {

View File

@ -60,7 +60,6 @@ rust_defaults {
"packagemanager_aidl-rust", "packagemanager_aidl-rust",
], ],
shared_libs: [ shared_libs: [
"libbinder_rpc_unstable",
"libselinux", "libselinux",
], ],
} }

View File

@ -18,9 +18,6 @@ rust_library {
"libshared_child", "libshared_child",
"libthiserror", "libthiserror",
], ],
shared_libs: [
"libbinder_rpc_unstable",
],
apex_available: [ apex_available: [
"com.android.compos", "com.android.compos",
"com.android.virt", "com.android.virt",