!51 fix: solve the problem of pollution work directory while compiling

Merge pull request !51 from 黄一平/master
This commit is contained in:
openharmony_ci
2023-05-10 02:28:22 +00:00
committed by Gitee
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -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
+4 -1
View File
@@ -258,6 +258,9 @@ if (!defined(ohos_lite)) {
"-DSYSCONFDIR=\"\\\"/etc/libnl\\\"\"",
]
subsystem_name = "wpa_supplicant-2.9"
install_images = [ "system" ]
install_images = [
"system",
"updater",
]
}
}