diff --git a/services/etc/BUILD.gn b/services/etc/BUILD.gn index b73736536d7d0d6f34ff8e13b5b21659b1fadfca..f1727f5503ecb17fccc7080da9668cfdb5e66db4 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",