commit | e4a75e452a88df14061e0b3735a9ee264265a66e | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Sep 06 14:53:47 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Tue Sep 06 14:56:27 2022 +0800 |
tree | 9472187408a0e361e3e3e08125ca18f4872ab3e0 | |
parent | 8e524374dd09303a4999e32a258e402ae5bc3b6d [diff] [blame] |
rename rc to avoid name collision Bug: 245233839 Test: build pass Change-Id: I9057ac78d1197fd098290282552805f91b80f02a
diff --git a/insmod/Android.bp b/insmod/Android.bp index 084fd2c..4db5de5 100644 --- a/insmod/Android.bp +++ b/insmod/Android.bp
@@ -1,7 +1,7 @@ sh_binary { name: "insmod.sh", src: "insmod.sh", - init_rc: ["init.insmod.rc"], + init_rc: ["init.module.rc"], vendor: true, }