From 958a7e09c15913eaefd4ba685a22193e565a024b Mon Sep 17 00:00:00 2001 From: chaoxizhang Date: Fri, 25 Oct 2024 12:00:03 +0800 Subject: [PATCH] Fix har unstripped package config Signed-off-by: chaoxizhang --- .../ohos/flutter_embedding/flutter/build-profile.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell/platform/ohos/flutter_embedding/flutter/build-profile.json5 b/shell/platform/ohos/flutter_embedding/flutter/build-profile.json5 index 489faa5430..b93937f294 100644 --- a/shell/platform/ohos/flutter_embedding/flutter/build-profile.json5 +++ b/shell/platform/ohos/flutter_embedding/flutter/build-profile.json5 @@ -20,6 +20,12 @@ "workers": [ "./src/main/ets/embedding/engine/workers/PlatformChannelWorker.ets" ] + }, + "nativeLib": { + "debugSymbol": { + "strip": false, + "exclude": [] + } } }, "buildOptionSet": [ -- Gitee