Loading system/rust/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ rust_defaults { "liblog_rust", "libanyhow", "libcxx", "libtokio", "libbt_common", // needed to work around duplicate symbols Loading Loading @@ -71,6 +70,9 @@ rust_ffi_static { name: "libbluetooth_core_rs", crate_name: "bluetooth_core", defaults: ["libbluetooth_core_rs_defaults"], rustlibs: [ "libtokio", ], target: { android: { rustlibs: [ Loading @@ -85,6 +87,7 @@ rust_test_host { name: "libbluetooth_core_rs_test", defaults: ["libbluetooth_core_rs_defaults"], rustlibs: [ "libtokio_for_test", "libtokio_test", ], } Loading Loading
system/rust/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ rust_defaults { "liblog_rust", "libanyhow", "libcxx", "libtokio", "libbt_common", // needed to work around duplicate symbols Loading Loading @@ -71,6 +70,9 @@ rust_ffi_static { name: "libbluetooth_core_rs", crate_name: "bluetooth_core", defaults: ["libbluetooth_core_rs_defaults"], rustlibs: [ "libtokio", ], target: { android: { rustlibs: [ Loading @@ -85,6 +87,7 @@ rust_test_host { name: "libbluetooth_core_rs_test", defaults: ["libbluetooth_core_rs_defaults"], rustlibs: [ "libtokio_for_test", "libtokio_test", ], } Loading