From 8dddd068d010bddfc1aa73e339f693ed6ad16a4b Mon Sep 17 00:00:00 2001 From: lubinglun Date: Mon, 10 Apr 2023 20:16:16 +0800 Subject: [PATCH] Add GN Build Files and Custom Modifications Issue:https://gitee.com/openharmony/build/issues/I6UFTP Signed-off-by: lubinglun Change-Id: Ib8ecfe87ecc1c918ba745ac0c41e2b96534646d2 --- rust/tests/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/tests/BUILD.gn b/rust/tests/BUILD.gn index c441f59b39..a0b7859eee 100644 --- a/rust/tests/BUILD.gn +++ b/rust/tests/BUILD.gn @@ -18,6 +18,9 @@ group("tests") { "test_dylib_crate:test_dylib_crate(${host_toolchain})", "test_proc_macro_crate:test_proc_macro_crate(${host_toolchain})", "test_static_link:test_static_link(${host_toolchain})", + "//third_party/rust/bindgen/bindgen:lib", + "//third_party/rust/bindgen/bindgen-cli:bindgen(${host_toolchain})", + "//third_party/rust/cxx/gen/cmd:cxxbridge", ] deps += [ "//build/rust/tests/test_bin_crate", -- Gitee