From c0c5c43d9b2f874a9704034020098df9f4cb44df Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Wed, 16 Nov 2022 16:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=9E=B6=E6=9E=84SIG?= =?UTF-8?q?=E8=A3=81=E5=86=B3=E7=BB=93=E8=AE=BA=E4=BF=AE=E6=94=B9newip?= =?UTF-8?q?=E4=BB=93=E5=90=8D=E5=92=8C=E4=BB=A3=E7=A0=81=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangyanjun --- apply_newip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply_newip.sh b/apply_newip.sh index 141f91a..febf35c 100755 --- a/apply_newip.sh +++ b/apply_newip.sh @@ -9,7 +9,7 @@ OHOS_SOURCE_ROOT=$1 KERNEL_BUILD_ROOT=$2 PRODUCT_NAME=$3 KERNEL_VERSION=$4 -NEWIP_SOURCE_ROOT=$OHOS_SOURCE_ROOT/foundation/communication/sfc/newip +NEWIP_SOURCE_ROOT=$OHOS_SOURCE_ROOT/kernel/common_modules/newip function main() { -- Gitee