mirror of
https://github.com/openharmony/startup_init_lite.git
synced 2026-07-18 16:24:27 -04:00
modify build for L1 build.sh
Signed-off-by: x00405909 <xionglei6@huawei.com> Change-Id: I9b3e1700dec755985569525e5781900e0e1ed5a9
This commit is contained in:
+4
-1
@@ -49,7 +49,10 @@ if (defined(ohos_lite)) {
|
||||
|
||||
group("ueventd") {
|
||||
if (ohos_kernel_type == "linux") {
|
||||
deps = [ ":ueventd_linux" ]
|
||||
deps = [
|
||||
"ueventd.config",
|
||||
"ueventd_linux",
|
||||
]
|
||||
} else {
|
||||
deps = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user