From 9eacd4c06ba9856d03b8f16760b8f31591e41fee Mon Sep 17 00:00:00 2001 From: liumingyue Date: Sat, 29 Jun 2024 11:00:54 +0800 Subject: [PATCH] =?UTF-8?q?app.json5=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AEhw?= =?UTF-8?q?asan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liumingyue --- modulecheck/app.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modulecheck/app.json b/modulecheck/app.json index e5115a5e..3e2f965d 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -127,7 +127,8 @@ "tsanEnabled", "appEnvironments", "maxChildProcess", - "multiAppMode" + "multiAppMode", + "hwasanEnabled" ] } }, @@ -168,7 +169,8 @@ "GWPAsanEnabled", "tsanEnabled", "appEnvironments", - "maxChildProcess" + "maxChildProcess", + "hwasanEnabled" ] } }, @@ -443,6 +445,11 @@ } } } + }, + "hwasanEnabled": { + "description": "Indicates whether to support hwasan.", + "type": "boolean", + "default": false } } } -- Gitee