From 87ff6b8f3343b103b55873fc33983a6379dca65f Mon Sep 17 00:00:00 2001 From: hanxingxing Date: Mon, 20 Jan 2025 03:40:43 +0000 Subject: [PATCH] update llvm-build/BUILD.gn. Signed-off-by: hanxingxing --- llvm-build/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm-build/BUILD.gn b/llvm-build/BUILD.gn index 4d170b282dbc..d47ef11c6f13 100644 --- a/llvm-build/BUILD.gn +++ b/llvm-build/BUILD.gn @@ -11,6 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import("//build/ohos.gni") import("//build/ohos_var.gni") -- Gitee