rename rc to avoid name collision

Bug: 245233839
Test: build pass
Change-Id: I9057ac78d1197fd098290282552805f91b80f02a
This commit is contained in:
Adam Shih 2022-09-06 14:53:47 +08:00
parent 8e524374dd
commit e4a75e452a
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
sh_binary {
name: "insmod.sh",
src: "insmod.sh",
init_rc: ["init.insmod.rc"],
init_rc: ["init.module.rc"],
vendor: true,
}