From 53db10aedfa979de2c785aa9e492c9293bd76a1f Mon Sep 17 00:00:00 2001 From: Nomadic-han Date: Wed, 15 Nov 2023 08:43:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/etc/BUILD.gn.=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=A1=A5=E5=85=85riscv64=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nomadic-han --- services/etc/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/etc/BUILD.gn b/services/etc/BUILD.gn index b7373653..f1727f55 100755 --- a/services/etc/BUILD.gn +++ b/services/etc/BUILD.gn @@ -132,6 +132,9 @@ if (defined(ohos_lite)) { if (target_cpu == "arm64") { extra_paras += [ "const.product.cpu.abilist=arm64-v8a" ] } + if (target_cpu == "riscv64") { + extra_paras += [ "const.product.cpu.abilist=riscv64" ] + } if (build_variant == "user") { extra_paras += [ "const.secure=1", -- Gitee