From 86c3e703ddc144b7d6ad498da04da0f5a86428af Mon Sep 17 00:00:00 2001 From: RichardHuang9527 Date: Thu, 4 May 2023 19:08:16 -0700 Subject: [PATCH] fix: solve the problem of pollution work directory while compiling Signed-off-by: RichardHuang9527 --- .gitignore | 1 + BUILD.gn | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c22a603..091285c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ defs.h.in defs.h.in~ /lib/stamp-h1 test-suite.log +libnl-3.5.0 /libnl-1.pc /lib/defs.h diff --git a/BUILD.gn b/BUILD.gn index 7639a80..d0a36b1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -258,6 +258,9 @@ if (!defined(ohos_lite)) { "-DSYSCONFDIR=\"\\\"/etc/libnl\\\"\"", ] subsystem_name = "wpa_supplicant-2.9" - install_images = [ "system" ] + install_images = [ + "system", + "updater", + ] } }