From 4e3678761647df92f253f72ea9731af4749d41c7 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 4 Nov 2021 17:45:37 +0800 Subject: [PATCH] init: fix ohos.param Signed-off-by: xionglei6 --- services/etc/param/ohos.para | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index 8c910abe..9d2d7848 100755 --- a/services/etc/param/ohos.para +++ b/services/etc/param/ohos.para @@ -33,7 +33,7 @@ const.secure=1 security.perf_harden=1 const.allow.mock.location=0 const.debuggable=1 -const.build.characteristics="default" -const.product.model="ohos" +const.build.characteristics=default +const.product.model=ohos const.product.name="OpenHarmony 2.0 Canary" persist.sys.usb.config=hdc -- GitLab